API
Conventions for our open APIs and generated clients.
Our APIs follow consistent, predictable conventions and are described by an OpenAPI specification.
Base URL
https://api.itisuniqueofficial.com/v1
Authentication
Send a bearer token in the Authorization header:
curl https://api.itisuniqueofficial.com/v1/status \
-H "Authorization: Bearer $TOKEN"
Responses
All responses are JSON. Errors use standard HTTP status codes and include a machine
-readable error field:
{ "error": "not_found", "message": "Resource does not exist" }
Typed clients can be generated from the spec using SchemaForge.