curl --request GET \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/notification-preferences \
--header 'Authorization: Bearer <token>'{
"email_notifications": true,
"sms_notifications": true,
"push_notifications": true,
"check_in_reminders": true,
"check_out_reminders": true,
"schedule_updates": true,
"emergency_alerts": true
}Retrieve notification preferences for a collaborator
curl --request GET \
--url https://api.capitalcheckin.app/v1/collaborators/{id}/notification-preferences \
--header 'Authorization: Bearer <token>'{
"email_notifications": true,
"sms_notifications": true,
"push_notifications": true,
"check_in_reminders": true,
"check_out_reminders": true,
"schedule_updates": true,
"emergency_alerts": true
}Documentation Index
Fetch the complete documentation index at: https://docs.capitalcheckin.app/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 access token for authentication
Collaborator ID
Notification preferences
Enable email notifications
Enable SMS notifications
Enable push notifications
Enable check-in reminders
Enable check-out reminders
Enable schedule update notifications
Enable emergency alerts