Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/partners/v2.0/auth/token \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "refresh_token": "<string>" } '
{ "access_token": "<string>", "expires_in": 123, "token_type": "<string>", "scope": "<string>", "refresh_token": "<string>" }
password
refresh_token
OK
Was this page helpful?