This is a demo API. The goal is to demonstrate how to setup a RESTful JSON API. The API handles both requests with and without an authorization header.
The requests you make from the interface below are not authorized. You can try out making requests that contains an authorization header through the webhook demo , another demo projects of ours.
This demo is based on the goexplore-a-api-demo repository.
Verify that no tasks exists:
GET /tasks.json?company_id=672bfc26bb1e200008ea5571
Create a task with a name of your choosing:
Check the created task:
GET /tasks/672bfc26bb1e200008ea5572.json?company_id=672bfc26bb1e200008ea5571
Update the name of the task:
Destroy the task:
Refresh your browser tab to try again.