Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.adrelay.dev/llms.txt

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

curl -X GET "https://api.adrelay.dev/v1/customer/me" \
  -H "X-API-Key: $ADRELAY_API_KEY"
{
  "id": "cust_abc123",
  "email": "dev@example.com",
  "plan": "pro",
  "created_at": "2026-03-01T12:00:00Z",
  "connections_count": 3,
  "stripe_customer_id": "cus_abc123"
}
Returns the account details for the customer associated with the provided API key.