v1
latestOpenAPI 3.1.02026-07-136388308.2 KBProfile Management
List all limits
This endpoint returns an array of limit information. You will need to enable PERM_BUSINESS_GET_LIMITS to use this endpoint.
get/v2/limits
Response
An object of limit information
Example response
{
"level": {
"type": "SERVICE",
"service": "CREATE_CARD"
},
"country": {
"code": "GB",
"description": "United Kingdom"
},
"currency": {
"code": "EUR",
"description": "Euro"
}
}