For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DiscordPlatform
DocumentationIntegrationsAPI referenceSDKsChangelog
DocumentationIntegrationsAPI referenceSDKsChangelog
  • API Reference
      • GETHealth check
  • Reference
    • Filters API Reference
LogoLogo
DiscordPlatform
API ReferenceHealth

Health check

GET
https://api.respan.ai/api/health/
GET
/api/health/
$curl https://api.respan.ai/api/health/ \
> -H "Authorization: Bearer sk_live_xxxxx" \
> -H "Content-Type: application/json"
1{
2 "status": "healthy",
3 "version": "1.1.0",
4 "timestamp": "2024-01-15T09:30:00Z"
5}
Check API availability.
Was this page helpful?
Previous

List workflows

Next
Built with

Headers

AuthorizationstringRequired

Bearer token. Use Bearer YOUR_API_KEY.

Response

API is healthy
statusenum
The health status of the API.
Allowed values:
versionstring
The current API version.
timestampdatetime
ISO 8601 timestamp of the health check.

Errors

503
Service Unavailable Error