cURL
curl --request POST \ --url https://api.ledger.so/v1/agents/{agentId}/activate \ --header 'Api-Key: <api-key>'
{ "object": "agent", "id": "<string>", "status": "active", "previousStatus": "active" }
Reactivate a suspended agent. This unfreezes all of the agent’s cards.
API key for authentication. Get your key from the Dashboard.
The agent ID
Agent activated
agent
active
suspended