Skip to main content
POST
/realms/{realmId}/organizations/{organizationId}/accounts/{accountId}/card-limit

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

realmId
string
required
organizationId
string
required
accountId
string
required

Body

application/json
amount
integer
required
Required range: 1 <= x <= 9007199254740991
cardIds
string[]
required
Minimum array length: 1
Minimum string length: 1
ruleIds
string[]
required
Minimum array length: 1
Minimum string length: 1
name
string
startDate
string | null
endDate
string | null

Response

201 - application/json

Successful response

_id
string
required
realmId
string
required
organizationId
string
required
accountId
string
required
environment
enum<string>
required
Available options:
LIVE,
TEST
name
string
required
amount
number
required
startDate
string
required
endDate
string
required
cardIds
string[]
required
ruleIds
string[]
required
external
object
required
status
enum<string>
required
Available options:
ACTIVE,
DELETED,
EXPIRED