name.ai

API surface

The registrar integration path. Live endpoints are usable in sandbox today (production switches on after approval). Preview endpoints have a published contract but aren't implemented yet — don't integrate against them; shapes may change.

Discovery — available now

Authenticate every call with HMAC headers.

MethodPathStatusNotes
GET/api/partner/v1/domains/searchLiveDSN search. Query-required, DSN-gated, page-capped — no bulk export.
GET/api/partner/v1/domains/{name}LiveSingle-domain price + availability (DSN-gated).

Deal completion & settlement — depends on partner level agreements

The partner-collected deal flow (you collect payment; Name.ai delivers and settles your share).

MethodPathStatusNotes
POST/api/partner/v1/quotesPreviewFirm price + short-lived reservation for a domain a buyer chose.
POST/api/partner/v1/ordersPreviewPartner-collected order — you are merchant of record; Name.ai delivers the domain to the buyer.
GET/api/partner/v1/orders/{id}PreviewFulfilment status for the registrar order lifecycle.
GET/api/partner/v1/eventsPreviewSigned order.* / transfer.* event history + replay cursor.
PUT/api/partner/webhooksPreviewSubscribe to fulfilment events for your integration.
GET/api/partner/v1/settlementsPreviewRevenue-share statements / clearing-cycle reconciliation.
Name.ai Partner API — Endpoint surface