Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Activate an agent

POST
/api/v3/agents/{agentUuid}/actions/activate
curl --request POST \
--url https://api.tryletterhead.com/api/v3/agents/example/actions/activate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "api": true }'
agentUuid
required
string

The agent’s unique identifier.

Media type application/json
object
api

Required. Set to true to authenticate with an API key.

boolean
Example
{
"api": true
}

Successful response

Still can’t find what you need? Contact support.