cURL
curl --request POST \ --url https://api.passu.ai/v1/auth/token \ --header 'Content-Type: application/json' \ --data ' { "client_id": "<string>", "client_secret": "<string>" } '
{ "access_token": "<string>", "token_type": "<string>", "expires_in": 123 }
Exchange a public API key for a bearer token.
1 - 255
Successful Response