Quickstart
Use an OAuth authorization code with PKCE, request the REST resource audience, and ask only for the scopes your integration needs.
- Create a PKCE verifier and challenge.
- Send the person through the generated authorization operation with resource
https://api.barakahtasks.com/. - Exchange the single-use code through the generated token operation.
- Call only operations present in the read-only API reference.
- Keep credentials out of browser storage, logs, URLs, examples, and support messages.
Exact routes, methods, bodies, headers, errors, and status codes come from the generated OpenAPI contract.