Skip to main content
GET
/
api
/
app-api
/
sip
/
platform
/
v2
/
auth
/
token
Generate a short-lived token
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
  }
}

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Response

200 - application/json

Token information successfully retrieved

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object