curl --request POST \
--url https://have-foresight.app/api/v1/v1/integrations/fhir/sessions \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'Source: apps/web/src/app/api/v1/integrations/fhir/sessions/route.ts
Detailed schema and example coming soon. Use the authentication and requests & responses guides for header / envelope conventions.
curl --request POST \
--url https://have-foresight.app/api/v1/v1/integrations/fhir/sessions \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{}'Documentation Index
Fetch the complete documentation index at: https://docs.have-foresight.app/llms.txt
Use this file to discover all available pages before exploring further.
Foresight API key, prefixed fsk_live_ or fsk_test_.
The body is of type object.
Success.