Create an OAuth client
Platform OAuth Clients
Create an OAuth client
POST
Create an OAuth client
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_
Body
application/json
Array of permission keys like ["BOOKING_READ", "BOOKING_WRITE"]. Use ["*"] to grant all permissions.
Available options:
EVENT_TYPE_READ, EVENT_TYPE_WRITE, BOOKING_READ, BOOKING_WRITE, SCHEDULE_READ, SCHEDULE_WRITE, APPS_READ, APPS_WRITE, PROFILE_READ, PROFILE_WRITE, * If true, when creating a managed user the managed user will have 4 default event types: 30 and 60 minutes without Cal video, 30 and 60 minutes with Cal video. Set this as false if you want to create a managed user and then manually create event types for the user.
If true and if managed user has calendar connected, calendar events will be created. Disable it if you manually create calendar events. Default to true.