Search the docs

Find a page, a section, or an endpoint.

Domains

Every domains endpoint, generated from the API's own schemas.

List domains

get/api/v1/domains

Parameters

  • limitnumber
  • cursordate-time

Responses

  • 200A page of domains.
  • 401No API key, or one that is not valid.
  • 404No such resource, **or** one belonging to another account. The two are deliberately indistinguishable: a different answer would enumerate what exists.
  • 429Rate limited. `X-RateLimit-Reset` says when to retry.
bash
curl https://pidgeon.ai/api/v1/domains \
  -H "Authorization: Bearer $PIDGEON_API_KEY"

Generated · public/openapi.json