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

Authorizations

x-api-key
string
header
required

Path Parameters

leadId
string
required

The ID of the lead to turn on Apten for.

Response

200
application/json

Apten has successfully been turned on for the lead.

The response is of type object.