AladiaDocs
Api referenceCalendarsMembers

Accept an invitation to a member

Accept an invitation to a calendar

POST
/v2/calendars/{calendarId}/members/accept-invitation

Accept an invitation to a calendar

AuthorizationBearer <token>

In: header

Path Parameters

calendarId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/calendars/string/members/accept-invitation" \  -H "Content-Type: application/json" \  -d '{    "token": "string"  }'
{}