v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Card

List Account Groups For Card

List account groups for a card.

get/pws/cards/{public_token}/account-groups/

Path parameters

public_tokenstring required

Headers

Client-Idinteger required

The ID of the client

Api-Call-Unique-Identifierstring required

Api call unique identifier

Response

Successful Response

Example response

{
  "header": {
    "error_desc": "success"
  },
  "body": [
    {
      "id": 103,
      "description": "Container For Fraud rules",
      "name": "Test group"
    }
  ]
}