Find / Add token events
Find details about a token, inclusive details about any customer the token belongs to and any token events recorded Include event in the request to update the status of the token scopes:
- admin:customers
- write:customers
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.
Authorizations
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).
Path Parameters
An id that uniquely identifies the account.
9Body
Response
Token details
Auto-generated ID identifying the token type/value. Will be random until the token type/value has been added to a customer or a token event has been registered.
The customer (if any) that the token belongs to
The token (if any) that is found given token type and value
Aggregated status from events registered or customer resolved.
The status will be set to customer.status and fallback to
the status of the latest event.
The status will be set to UNKNOWN if no customer.status and
event status is registered.
The status will be set to the previous event status (or UNKNOWN) if the event has expired
"OPT_OUT"
Events recorded given token type and value