cURL
curl --request GET \ --url https://api.amplemarket.com/tasks/statuses \ --header 'Authorization: Bearer <token>'
{ "statuses": [ "due", "upcoming", "completed", "skipped", "paused", "cancelled" ] }
List task statuses
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful
The response is of type object.
object
Was this page helpful?