v1

latestOpenAPI 3.0.32026-07-1419076.2 KB

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"
  }
}