Skip to main content
POST
/
cards
/
agent
/
{agentId}
/
close
Permanently close card
curl --request POST \
  --url https://api.getovra.com/cards/agent/{agentId}/close \
  --header 'Authorization: Bearer <token>'
{
  "cardId": "<string>",
  "status": "<string>",
  "last4": "<string>"
}

Authorizations

Authorization
string
header
required

API key (sk_...) or Agent token (at_...)

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Path Parameters

agentId
string
required

Response

Card closed

cardId
string
status
string
last4
string