Get Domain By ID

This endpoint retrieves a domain owned by a client.

get/domains/{id}

Path parameters

idinteger required

The ID used to identify the domain.

Response

200

Example response

{
  "data": {
    "id": 1000,
    "name": "seebot.test",
    "url": "seebot.test",
    "status": "active",
    "scope": "client"
  }
}

Changes

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