Authenticate
POST credentials to /api/v1/login and receive a bearer token
for protected routes.
Developer assessment · API v1.0.2
Tincan AG
A dummy REST API for exploring authentication, surfboard lottery boards, and form submissions. Authenticate with login, then call protected routes using a Bearer token.
POST credentials to /api/v1/login and receive a bearer token
for protected routes.
Fetch today's featured board from the boards endpoint — part of the assessment's playful domain model.
Submit contact-style payloads with validation — a typical CRUD-style exercise endpoint.