Skip to main content

Get Network Token

GET/v2/network_tokens/:id

Returns a single network token by its identifier. The latest state is synced from the tokenization provider.

idStringrequired
The network token identifier (UUID)
Example Request
GET /v2/network_tokens/:id
Authorization: Basic <base64(api_key:api_password)>

Response

The response is identical to the Create Network Token Response.