v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Retrieve a token

Retrieves the token with the given ID.

get/v1/tokens/{token}

Path parameters

tokenstring required

Query parameters

expandstring[]

Specifies which fields in the response should be expanded.

Response

Successful response.

client_ipstring nullable

IP address of the client that generates the token.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

object'token' required

String representing the object's type. Objects of the same type share the same value.

typestring required

Type of the token: account, bank_account, card, or pii.

usedboolean required

Determines if you have already used this token (you can only use tokens once).