v1

latestOpenAPI 3.0.02026-07-242035712.0 MB
Account Groups

Add Cards To Account Group

Add cards to an account group. The method is idempotent.

post/pws/account-groups/{id}/cards

Path parameters

idstring required

Headers

Client-Idinteger required

The ID of the client

Api-Call-Unique-Identifierstring required

Api call unique identifier

Request body

cardsinteger[] required

Card public token list

Example request

{
  "cards": [
    602100942,
    562913893,
    815788718
  ]
}

Response

Successful Response

bodyAddRuleGroupsResponseBody

Example response

{
  "header": {
    "error_desc": "success"
  }
}