Skip to main content
POST
/
v2
/
card
/
{id}
/
calculate
/
limits
Get card limits
curl --request POST \
  --url https://api.sandbox.finsei.com/v2/card/{id}/calculate/limits \
  --header 'Authorization: Bearer <token>'
{
  "status": "CREATED",
  "id": "00000000-0000-0000-0000-000000000000"
}

Documentation Index

Fetch the complete documentation index at: https://docs.finsei.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Card id (UUID string)

Response

Created

status
string
Example:

"CREATED"

id
string

ID of the new entity

Example:

"00000000-0000-0000-0000-000000000000"