Skip to content

Post refresh ​

POST
/v1/login/refresh

Authorizations​

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

Responses​

OK

application/json
JSON
{
  
"username": "string",
  
"access_token": "string",
  
"account_type": "string",
  
"client_id": "string",
  
"distributor_id": "string",
  
"distributor_name": "string",
  
"distributor_status": "string",
  
"business_segment": null,
  
"refresh_token": null,
  
"scope": null,
  
"expiry_date": null,
  
"member_state": null,
  
"payment_segment": null,
  
"payment_condition": null,
  
"preferred_language": null,
  
"roles": [
  
  
"string"
  
],
  
"supplier_id": null,
  
"booking_id": null,
  
"impersonator_client_id": null,
  
"foreign_vat_numbers": {
  
  
"additionalProperties": "string"
  
},
  
"fxratemoment_id": null,
  
"allowed_currencies": [
  
  
"string"
  
]
}

Playground​

Server
Authorization

Samples​