cURL
curl --request POST \ --url https://api.example.com/v2/auth \ --header 'Content-Type: application/json' \ --data ' { "legal_entity_id": "<string>" } '
{ "access_token": "<string>", "token_type": "bearer", "state": {} }
Successful Response
"bearer"