Complete task
curl --request POST \ --url https://api.amplemarket.com/tasks/{id}/complete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "set_lead_to_completed": false }'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Task id
Successful
Was this page helpful?