Skip to main content
POST
/
v2
/
auth
Authenticate Legal Entity
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": {}
}

Headers

authorization
string | null

Body

application/json

Response

Successful Response

access_token
string
required
token_type
string
default:bearer
Allowed value: "bearer"
state
State · object