Network tokens
Get network tokens
Get stored network tokens for the given payment method.
GET
This endpoint requires the payment-methods.read
scope.
Network token provisioning via the API is not enabled by default in production.
Please contact support for further guidance.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment method.
Example:
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Query Parameters
Filters for transactions that have a payment method with an ID that matches exactly with the provided value.
Example:
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Response
200
application/json
Returns a list of network tokens (empty list if there aren't any).
A list of network tokens.