Skip to main content
https://.thoughtindustries.com

Health Check

Confirms the API is reachable and the API key is valid.

Confirms the API is reachable and the API key is valid.

GEThttps://example.thoughtindustries.com/incoming/v2/ping

Example request

curl "https://example.thoughtindustries.com/incoming/v2/ping" \
  -H 'Authorization: Bearer YOUR_API_KEY'

Example response

{
  "valid": true
}

Response fields

FieldTypeDescription
validbooleanTrue when the API key is valid.