APIs/Domains, TLS & Business Email API
DO
Partner onboarding

Domains, TLS & Business Email API

Manage domains, TLS certificates and business mailboxes as recurring API products.

9 capabilitiesVersion 1.0.0transaction billing unit
Base URLhttps://api.quoapi.com/v1AuthenticationAuthorization: Bearer gi_test_...Get a test key
Interactive playground

Search domain

Sandbox
Response
{
  "data": {
    "ready": true
  }
}
cURL
curl https://api.quoapi.com/v1/domain/search \
  -H "Authorization: Bearer gi_test_..."
Quickstart

One contract across the catalog.

Use a test key while integrating. Test traffic is isolated from production traffic and the provider layer remains abstracted behind QuoAPI capabilities.

Authentication

Bearer API keys use gi_test_* and gi_live_* prefixes. Full secrets are shown only once.

Error model

Errors use a stable error.code, human-readable message, request ID and structured details.

Idempotency

Billable write operations use stable idempotency semantics as part of the production contract.

Monitoring

Provider health and contract changes are separated from the public capability contract.