Skip to main content
GET
/
settings
/
schedule
Deprecated: schedule lives on the project (410 Gone)
curl --request GET \
  --url https://openlens.com/api/settings/schedule \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Response

410 - application/json

Endpoint removed.

error
string
required
code
string

Stable machine code for programmatic handling, when applicable.