Get token exchange by ID

Get token exchange instance.

Request
Security:
tilia_auth (read_tokens)
path Parameters
token_exchange_id
required
string (TokenExchangeId) <= 36 characters

The virtual exchange ID

Example: vtok_2V2WX4AZZiE6eDoGb6coN0RuxIR
Responses
200

Successfully fetched token exchange.

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/token/{token_exchange_id}
Request samples
curl -i -X GET \
  https://invoicing.tilia-inc.com/v2/token/:token_exchange_id \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "status": "Success",
  • "payload": {
    }
}