Api
List admin users
Authorization
AdminSession chimely_admin<token>
Server-side admin session cookie, set by POST /admin/api/login.
In: cookie
Response Body
application/json
application/json
curl -X GET "https://example.com/admin/api/users"[
{
"created_at": "string",
"disabled": true,
"email": "string",
"id": "string",
"name": "string",
"role": "string",
"updated_at": "string"
}
]Empty
{
"error": {
"code": "invalid_request",
"message": "string"
}
}Browse direct notifications (filter by subscriber, category, time) GET
Previous Page
Log in with email + password; starts a server-side session POST
On success sets the `chimely_admin` session cookie (HttpOnly, SameSite=Strict, Path=/admin). Failure returns a generic error that does not reveal which field was wrong.