Skip to main content
GET
/
v1
/
validate-organization
cURL
curl --request GET \
  --url https://api.example.com/v1/validate-organization \
  --header 'X-API-Key: <x-api-key>'
{
  "valid": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.sendbetter.co/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint allows you to validate your organization’s API key. Use this to verify if your API key is valid and active.

Response

The endpoint returns a JSON object with a valid boolean field indicating whether the API key is valid.
{
  "valid": true
}

Headers

X-API-Key
string
required

API Key

Response

API key is valid

valid
boolean
required

Whether the API key is valid