Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
settings
/
domain
Get captive domain settings
curl --request GET \
  --url https://api.arklow.io/v1/orgs/{org_id}/settings/domain \
  --header 'x-arklow-auth: <api-key>'
{
  "data": {
    "org_id": "<string>",
    "default_permissions": [
      "owner"
    ],
    "enabled": true,
    "domain": "<string>",
    "github_org": "<string>"
  },
  "errors": [
    {
      "code": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

x-arklow-auth
string
header
required

Path Parameters

org_id
string
required
Pattern: ^[0-9]+$

Response

200 - application/json

Default Response

data
object
required
errors
object[] | null
required