Getting Started

Authentication

Secure bearer token authentication for SICORG API requests.

Authorization header

Pass your API key in the Authorization header:

Authorization: Bearer <YOUR_SICORG_API_KEY>

Quick verification

cURL
curl -X GET "https://sandbox-api.sicorg.com/v1/health" \
  -H "Authorization: Bearer sicorg_test_key"

API keys can be created and managed in Organization Settings after your team enables API access.

On this page