Skip to main content

Step 1 — Get a JWT token

Sign in with your email and password to receive a JWT valid for 24h.
The response includes a token field — store it and send on every subsequent request.

Step 2 — List your tasks

Pass the token in the Authorization header:

Step 3 — Create a task

Next steps

Advanced authentication

Token expiry, refresh, management

Full reference

All endpoints documented