Partner API Authentication
1. Prerequisites
Client Credentials
Environment URLs
Service
Sandbox (Testing)
Production (Live)
2. Authenticate (Get a Token)
The Request
# Example for Sandbox Environment
curl -X POST https://b2b.auth.platform-test.tradevest.ai/connect/token \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials" \
-d "client_id=<YOUR_CLIENT_ID>" \
-d "client_secret=<YOUR_CLIENT_SECRET>" \
-d "scope=tradevest.api"The Response
3. Make Your First Request
4. The Requestor-ID Header
The Header
Requestor-ID and Proxy Authorization
Last updated

