Skip to main content
POST
/
leads
/
{leadId}
/
turnOn
cURL
curl --request POST \
  --url https://api.attent.app/v1/leads/{leadId}/turnOn \
  --header 'x-api-key: <api-key>'
{
  "message": "Lead turned on successfully."
}

Documentation Index

Fetch the complete documentation index at: https://docs.apten.ai/llms.txt

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

Authorizations

x-api-key
string
header
required

Path Parameters

leadId
string
required

The ID of the lead to turn on Apten for.

Response

Apten has successfully been turned on for the lead.

message
string

Returns "Lead turned on successfully." if Apten was turned on for the lead.