Skip to content

List selectable ingest domains

GET
/v1/ingest-domains

The domains an endpoint can receive on — the create-endpoint picker source: the managed PLATFORM domains (shared across tenants, an extensible data-driven registry) plus this org's VERIFIED custom domains. Pass the chosen id as domainId to POST /v1/endpoints; omit it to use the default platform domain.

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Responses

Selectable ingest domains (platform + the org's verified custom).

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"id": "pdom_wh_emhk_in",
  
  
  
"host": "wh.emhk.in",
  
  
  
"kind": "platform",
  
  
  
"default": true
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Emithook · a Finnoto product