POST
/
tokens
cURL
curl --request POST \
  --url https://auditr.io/api/tokens \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "expires": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Token and expiration

The response is of type object.