Skip to main content
POST
/
agents
/
{id}
/
unfreeze
Unfreeze agent (also unfreezes card)
curl --request POST \
  --url https://api.getovra.com/agents/{id}/unfreeze \
  --header 'Authorization: Bearer <token>'
{
  "agentId": "<string>",
  "status": "active"
}

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Unique key for idempotent request handling

Path Parameters

id
string
required

Response

Agent unfrozen

agentId
string
status
enum<string>
Available options:
active