Dependency
No preceding function needs to be carried out.
Request
Body Params application/json
{
"cid": "xxxxxx",
"orderNo": "XXXXXXXXXXXXXXXXXXX",
"userName": "tony.kal",
"role": "TICKETING"
}
Request Code Samples
curl --location --request POST 'https://sandbox.atriptech.com/getAtripToken.do' \
--header 'Accept;' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "xxxxxx",
"orderNo": "XXXXXXXXXXXXXXXXXXX",
"userName": "tony.kal",
"role": "TICKETING"
}'
Responses
application/json {
"url": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"msg": null,
"status": 0
}
Modified at 2025-08-16 09:57:32