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=685a0e3af6872a000791519f
Create a task with a name of your choosing:
Check the created task:
GET /tasks/685a0e3af6872a00079151a0.json?company_id=685a0e3af6872a000791519f
Update the name of the task:
Destroy the task:
Refresh your browser tab to try again.