Xaqiiji
SDKs & LibrariesAuthentication
SDK v1.4Enterprise DX

Authentication

REST-first integration guides aligned with the live Xaqiiji API contract.

Test API Keys

Test keys start with xq_test_ and are created in the business portal under Developer → API Keys.

Live API Keys

Live keys start with xq_live_, require business approval, and deduct credits per verification.

Environment Variables

.env
XAQIIJI_API_KEY=xq_test_xxxxxxxxxxxxxxXAQIIJI_BASE_URL=http://localhost:8080/api/v1WEBHOOK_SIGNING_SECRET=your_webhook_signing_secret

Secret Storage

Secret handling

Never expose API keys in browser code
Use vaults or encrypted environment variables
Use separate keys per application
Rotate keys after staff or vendor changes

Key Rotation

Rotate keys from the business portal (Developer → API Keys). Deploy the new key, verify traffic, then revoke the old key.

Edit this page
Was this page helpful?