Skip to main content
GET
/
api
/
markdown-plans
/
calendar-status
Get the markdown calendar status for the authenticated organization
curl --request GET \
  --url https://app.solya.app/api/markdown-plans/calendar-status \
  --header 'Authorization: Bearer <token>'
{
  "activeWindow": true,
  "configured": true
}

Authorizations

Authorization
string
header
required

User session token issued by NextAuth. For human users accessing Solya via the web application.

Response

Successful response

data
object
required
success
enum<boolean>
required
Available options:
true