Returns the details for all of the publisher's configured tokens.
read_tokens
) The token details response.
Unauthorized access.
Service unavailable or server error.
curl -i -X GET \ https://invoicing.tilia-inc.com/v2/token/details \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "tokens": [
- {
- "currency": "TOK",
- "name": "Fancy Bux",
- "usd_to_token": 100,
- "token_to_usd": 0.01,
- "enabled": true,
- "symbol": "▼",
- "display_format": "name",
- "minor_unit": 2,
- "display_minor_unit": 2
}
]
}