Get all Payment Tokens
GET {{baseUrl}}/3dCartWebAPI/v1/PaymentTokens?limit=<integer>&offset=<integer>&countonly=<integer>
Get a list of all Payment Tokens
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Maximum number of items that can be returned | |
offset | string | Starting point for the return data | |
countonly | string | Count the number of rows only |