Get token details

Returns the details for all of the publisher's configured tokens.

Request
Security:
tilia_auth (read_tokens)
Responses
200

The token details response.

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/token/details
Request samples
curl -i -X GET \
  https://invoicing.tilia-inc.com/v2/token/details \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "tokens": [
    ]
}