cURL
curl --request GET \ --url https://api.decodahealth.com/forms/appointment/{appointment_id}/exists \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
true
Check if a service has any forms associated with it.
Accepts either a service ID directly or an event ID (resolved via EventService rows).
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type boolean.
boolean