URL: /baas/api/getting-started/quick-start
---
title: "Quick Start"
description: "Make your first FinHub API call in minutes"
---
# Quick Start
Get up and running with the FinHub API in minutes.
Obtain your API credentials from the Developer Portal
Get an access token using OAuth 2.0
Make your first API request
## Prerequisites
- Sandbox tenant credentials (Client ID, Client Secret)
- HTTP client (cURL, Postman, or code)
## Quick Links
Step 1
Step 2
Step 3
## Base URLs
| Environment | URL |
|-------------|-----|
| **Sandbox** | `https://gateway.finhub.cloud/sandbox` |
| **Production** | `https://gateway.finhub.cloud/api` |
## Next Steps
After completing the quick start:
- Explore the [Development Environment](/baas/api/development)
- Review [Integration Guides](/baas/api/integration/flows)
- Browse the [API Reference](/baas/api/reference)