Authentication

Authenticate all API requests via Bearer tokens generated in your portal.

API Key Usage

Pass your secret API key in the standard HTTP Authorization header.

Authorization: Bearer <YOUR_API_KEY>HTTPS Only

Example Request

curl -X GET https://api.exxari.io/v1/user \
  -H "Authorization: Bearer exx_live_9f8a3b2c1d4e5f" \
  -H "Content-Type: application/json"

Security Notice: Keep your production keys strictly confidential. Do not expose API keys in client-side applications, public repositories, or mobile bundles.

Rate Limits

Standard tier includes up to 1,000 API requests/minute.

Compliance

All payloads strictly comply with HIPAA and SOC2 Type II standards.