> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# URLs

## OAuth endpoints

### Sandbox

URL: [https://oauth-sandbox.staging.qonto.co](https://oauth-sandbox.staging.qonto.co)

Example: `https://oauth-sandbox.staging.qonto.co/oauth2/auth?client_id=XXXXXXX&redirect_uri=XXXXXX&response_type=code&state=1`

### Production

URL: [https://oauth.qonto.com](https://oauth.qonto.com)

Example: `https://oauth.qonto.com/oauth2/auth?client_id=XXXXXXX&redirect_uri=XXXXXX&response_type=code&state=1`

## Business endpoints

### Sandbox

URL: [https://thirdparty-sandbox.staging.qonto.co](https://thirdparty-sandbox.staging.qonto.co)

Example: `https://thirdparty-sandbox.staging.qonto.co/v2/internal_transfers`

### Production

URL: [https://thirdparty.qonto.com](https://thirdparty.qonto.com)

Example: `https://thirdparty.qonto.com/v2/internal_transfers`
