Skip to main content
GET
/
domains
/
{id}
Retrieving a domain
curl --request GET \
  --url https://api.peeker.ai/api/partner/v1/domains/{id} \
  --header 'Authorization: Bearer <token>'
{ "data": { "id": "dom_01HZX0D01A2B3C4D5E6F7G8H", "domain": "acme-mail.com", "category": "connected", "status": "active", "provider": "google", "user_id": "usr_01HZX0C6Z3K4M5N6P7Q8R9S0", "order_id": "ord_01HZX0OR1A2B3C4D5E6F7G8H", "usable_for": [ "google", "microsoft" ], "forwarding_url": "https://acme.com", "created_at": "2026-05-08T12:00:00Z" } }

Documentation Index

Fetch the complete documentation index at: https://docs.peeker.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:Bearer pk_test_<your-test-key>
required

Your partner API key. Use pk_live_… against the live system or pk_test_… against the sandbox.

Path Parameters

id
string
required

The domain ID, e.g. dom_01HZX.

Response

200 - application/json

A domain.

data
object
required
Last modified on May 14, 2026