Get Network Token
GET/v2/network_tokens/:id
/v2/network_tokens/:idReturns a single network token by its identifier. The latest state is synced from the tokenization provider.
idStringrequiredThe 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.