Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique identifier of an FDX token
Response
FDX token
The date and time the token was created.
"2010-05-06T12:23:34.321Z"
FDX token ID
The date and time the token was last updated.
"2010-05-06T12:23:34.321Z"
The status of the FDX token. When ENABLED, check token_expiry_time to determine if it has expired. Refresh tokens automatically transition to USED when they are used to create a new token, and cannot be used again.
ENABLED
, REVOKED
, USED
The id of the tenant containing the resource.
"abcdef_ghijkl"
The date and time the token expires.
"2010-05-06T12:23:34.321Z"
The non-secret hash of the FDX token.
The type of the FDX token.
ACCESS
, REFRESH
The UUID of the business associated with the FDX token. One of customer_id or business_id must be provided.
The UUID of the customer associated with the FDX token. One of customer_id or business_id must be provided.
If the token was created via refresh, this is the ID of the refreshing token.