Pardon our mess These API docs are a work in progress. Endpoints, examples, and behavior may change as we continue to develop the Partner API v2.

Partner API

ICS for one appointment

GET /api/v2/appointments/:appointment_uuid/ics - Download a single appointment or block as a .ics file.

GET/api/v2/appointments/:appointment_uuid/ics

Download a single appointment or block as a .ics file.

Required scope: appointments (or *).

Path parameters

NameRequiredDescription
appointment_uuidYesAppointment UUID
curl -s -H "Authorization: Bearer YOUR_TOKEN" \
  "https://benefitpath.com/api/v2/appointments/c0a80101-0000-4000-8000-000000000002/ics"
BEGIN:VCALENDAR
VERSION:2.0
BEGIN:VEVENT
SUMMARY:Benefit consultation
...
END:VEVENT
END:VCALENDAR

See Errors for the standard error envelope and rate limits.