Get all tokens for a Customer scopes:
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
An id that uniquely identifies the account.
9The customer id you have defined for the customer. (must not have trailing or leading spaces)
255filter tokens on type
A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.
1 <= x <= 100cursor for use in pagination. starting_after is an object ID
that defines your place in the list. For instance, if you make
a list request and receive 100 objects, end the result contains
paging_token=pt1, your subsequent call can include
starting_after=pt1 in order to fetch the next page of the list.
include total-count header in the response
include deleted tokens in the response.
Token collection
identifies how or who is resposible for the token value
1"sha1:email"
1"a1b79ef1a62d94ffa86b3f3d846df0ee3993af92"
An UUID that uniquely identifies the resource
The date-time when the resource was created
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The date-time when the resource was last updated
The ID of the user/client created the resource
"1c92f7e1-2897-4d46-bdcc-c127a914fb4e"
The token id you have defined for the token. (must not have trailing or leading spaces)
1 - 255Additional metadata about the token or the entity the token was created from
{
"exp_month": 10,
"exp_year": 20,
"mask_pan": "**** **** **** 3477"
}