Authentication
Authentication is a critical component of Travellers Choice API platform, allowing authorized agents to access and utilize the services and features of our system securely. We use a combination of the agent code, email, and password for the authentication process. Here's how it works:
Authenticate Endpoint
POST
https://secure.mytravellerschoice.com/api/login
We use a combination of the agent code, email, and password for the authentication process.
Request Body
Name
Type
Description
agentCode*
String
email*
String
password*
String
{ "reseller":
{ "email": "[email protected]",
"name": "test",
"companyName": "test21",
"agentCode": 10449
},
"jwtToken": "jwttokendasfasdaseEAWgDSGGEasfdsfds"
}
Last updated
Was this helpful?