Limit Active Cards per Customer

This API allows you to set a limit on the maximum number of active cards a customer can hold within an organization.

The Limit Active Cards per Customer API allows you to define the maximum number of active cards a single customer can hold within an organization. By setting this limit, you can control card issuance, prevent misuse, and enforce business rules for card distribution.


👍

Note

For detailed information about the APIs and for hands-on testing, refer to the API overview documentation and step-by-step guide on making your first API call.

Prerequisites

  • Basic Authentication
  • Default access group

Resource information

HTTP methodGET
AuthenticationBasic
Pagination supported?NO
Rate limitYES
Batch supportNO

API cURL

curl --location 'https://eu.api.capillarytech.com/v2/organization/configs?format=json' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'Authorization: Basic U2FudC5wXzEyMzpiMmVhMGFhZThmODg5ZTAzNGE2NjA5NTIwM2FlNw==' \
--header 'Cookie: _cfuvid=mirrmAvxthbAqTgFD6XrLGzCF6sPOk_ZLAY0BH9NSBA-1751333627727-0.0.1.1-604800000' \
--data '
{
  "keyName": "CONF_MAX_CARDS_PER_ORG",
  "value": "4",
  "scope": "ORG"
}
'

API Specific Error Code

Error CodeDescriptionReason
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request. Typically caused by internal system issues, unhandled exceptions, or database/server errors — not due to client input.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!