cURL
curl --request POST \ --url https://auditr.io/api/tokens \ --header 'Authorization: Bearer <token>'
{ "token": "<string>", "expires": 123 }
Generates a new token
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Token and expiration
The response is of type object.
object