Appearance
Create a todo
POST
/todos
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
JSON "title": "string", "priority": "medium", "due_on": "string", "org_id": "string"
{
}
Responses
Created.
application/json
JSON "id": "tdo_01JX4R8K", "title": "Reply to the Stripe support thread re: refund proration", "priority": "string", "due_on": "string", "org_id": "string", "card_id": "string", "done": true
{
}