Health Check
Confirms the API is reachable and the API key is valid.
Confirms the API is reachable and the API key is valid.
GET
https://example.thoughtindustries.com/incoming/v2/pingExample request
curl "https://example.thoughtindustries.com/incoming/v2/ping" \
-H 'Authorization: Bearer YOUR_API_KEY'Example response
{
"valid": true
}Response fields
| Field | Type | Description |
|---|---|---|
valid | boolean | True when the API key is valid. |