Skip to main content
POST
/
v1
/
calendar
/
verify-calendar-connection
Verify Calendar Connection
curl --request POST \
  --url https://api.example.com/v1/calendar/verify-calendar-connection \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "ok": true,
  "email": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.atonom.ai/llms.txt

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

Body

application/json

The body is of type object.

Response

OK

ok
boolean

True when credentials are valid and the provider responds successfully.

email
string

Primary calendar email for the connected account when returned by the provider.