Custom domain

List custom domains

List custom domains assigned to a scope.

get/scope_domain

Query parameters

organization_idstring required

The ID of the organization.

scope_idstring

The ID of the scope.

status'active' | 'pending'

The status of the domain.

namestring

The name of the domain.

Response

The operation was successful.

Example response

{
  "paging": {
    "limit": 200
  },
  "results": [
    {
      "id": "e78a0d21-3c48-7421-81cd-203fe84b8e47",
      "name": "api.crypto-inc.com",
      "type": "scope",
      "selector": {
        "organization_id": "1",
        "nrn": "organization=1:account=2:namespace=3:application=4",
        "scope_id": "1234"
      },
      "status": "active",
      "created_at": "2025-01-02T00:00:00Z",
      "updated_at": "2025-02-02T00:00:00Z"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.