Skip to main content

Health

Check the health of the API.

note

This route does not require authentication.

GET/health

Properties

NameTypeDescription
statusstringStatus of the API

Example

{
"status": "UP"
}

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/health" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"
caution

This route does not follow the standard response of the rest of the API. This route does not return within a "response".