Skip to main content
GET
/
orgs
/
{org_id}
/
domains
Get Domains
curl --request GET \
  --url https://api.example.com/orgs/{org_id}/domains
[
  {
    "id": "<string>",
    "hostname": "<string>",
    "org_id": "<string>",
    "created_at": "2023-12-25",
    "updated_at": "2023-12-25"
  }
]

Path Parameters

org_id
string
required

The ID of the org

Query Parameters

Search domains by domain string

page
number

Page number

take
number

Number of items to take

next
string

Next page token (Only used on special endpoints)

Response

200 - application/json
id
string
required

Unique identifier for the domain

hostname
string
required

The hostname string (e.g., example.com)

org_id
string
required

Identifier of the org that owns this domain

created_at
string<date> | null
required

Timestamp when the domain was created

updated_at
string<date> | null
required

Timestamp when the domain was last updated