Skip to main content
GET
Health Check
The health endpoint provides a quick way to verify that:
  • The API is operational
  • Your API key is valid
  • Your authentication is working properly
This is typically the first endpoint you should test when integrating with the Buena.ai API.
This endpoint does not require any specific permissions and does not count heavily against rate limits.

Request

x-api-key
string
required
Your API key for authentication

Response

version
string
Current API version (e.g., “2.0”)
status
string
API health status (“healthy” or “degraded”)
authentication
string
Authentication type (“user” for valid API key)
user
object
Information about the authenticated user
apiKey
object
Information about the API key used
timestamp
string
ISO 8601 timestamp of the response

Use Cases

1. Integration Testing

Use the health endpoint to verify your integration setup:

2. Permission Verification

Check if your API key has the required permissions:

3. Monitoring and Alerting

Use for uptime monitoring and health checks:

Error Responses

Invalid API Key (401)

Rate Limited (429)

Service Issues (5xx)

Status Indicators

The status field in the response can be:
StatusDescriptionAction
healthyAll systems operationalContinue normal operations
degradedPartial functionalityMonitor closely, some features may be slower
maintenanceScheduled maintenanceRetry after maintenance window
Pro Tip: Set up automated health checks in your monitoring system to detect API issues early. We recommend checking every 5-10 minutes for production applications.

Next Steps

Once your health check passes:

Create API Keys

Generate additional API keys for your team

Schedule LinkedIn Actions

Start automating LinkedIn outreach

Manage Leads

Work with your lead database

Check Rate Limits

Understand API usage limits