Simple integration with your systems.
openapi.yaml
file at /openapi.yaml
for easy integration with your own OpenAPI clients.
Event
) must include a cookie named _me_sess
, which you can obtain from the /auth/login
endpoint.
Code | Description |
---|---|
400 | Bad Request - Ensure the request is correctly formatted. |
401 | Unauthorized - Ensure you are authenticated. |
403 | Forbidden - Ensure you have the correct permissions to view the page. |
404 | Not Found - Ensure the resource exists. |
409 | Conflict - The resource already exists. |
429 | Too Many Requests - You have exceeded the rate limit. |
500 | Internal Server Error - This is an unhandled bug on our end. Please report it by creating an issue. |