cURL
curl --request GET \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/auth/token \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>'
{ "code": 200, "msg": "<string>", "result": { "token": "abcd", "expiry": 1700000000 } }
Generate a short-lived token (for iframe scenarios)
Token information successfully retrieved
Status code
200
Status description
Show child attributes