GET
/
fdx_tokens
/
{fdx_token_id}
Get an FDX token
curl --request GET \
  --url https://api.synctera.com/v1/fdx_tokens/{fdx_token_id} \
  --header 'Authorization: Bearer <token>'
{
  "business_id": "<string>",
  "creation_time": "2010-05-06T12:23:34.321Z",
  "customer_id": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "last_updated_time": "2010-05-06T12:23:34.321Z",
  "parent_token_id": "<string>",
  "status": "ENABLED",
  "tenant": "abcdef_ghijkl",
  "token_expiry_time": "2010-05-06T12:23:34.321Z",
  "token_hash": "<string>",
  "token_type": "ACCESS"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

fdx_token_id
string<uuid>
required

The unique identifier of an FDX token

Response

200
application/json

FDX token

The response is of type object.