Skip to content

Post supplier login ​

POST
/v1/suppliers/login

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Request Body​

application/json
JSON
{
  
"version": null,
  
"persist": false,
  
"booking_code": null,
  
"email_address": null
}

Responses​

OK

application/json
JSON
{
  
"username": "string",
  
"access_token": "string",
  
"supplier_id": null,
  
"supplier_name": null,
  
"supplierclient_id": null,
  
"client_id": null,
  
"distributor_id": null,
  
"refresh_token": null,
  
"scope": null,
  
"expiry_date": null,
  
"preferred_language": null,
  
"roles": [
  
  
"string"
  
],
  
"impersonator_client_id": null
}

Playground​

Server
Authorization
Body

Samples​