List org domains
Returns all domains whitelisted for an organization (both pending and verified if no filters are provided for the state). The verified domains allow users email with the org's whitelisted domain to join the organization without invitation.
Path Parameters
unique id of the organization for which whitelisted domains are to be listed
Query Parameters
filter to list domains by their state (pending/verified). If not provided, all domains for an org will be listed
- 200
- 400
- 401
- 403
- 404
- 500
- default
A successful response.
Schema
domains object[]
{
"domains": [
{
"id": "943e4567-e89b-12d3-a456-426655440000",
"name": "raystack.org",
"org_id": "123e4567-e89b-12d3-a456-426655440000",
"token": "_frontier-domain-verification=LB6U2lSQgGS55HOy6kpWFqkngRC8TMEjyrakfmYC2D0s+nfy/WkFSg==",
"state": "pending",
"created_at": "2023-06-07T05:39:56.961Z",
"updated_at": "2023-06-07T05:39:56.961Z"
}
]
}
Bad Request - The request was malformed or contained invalid parameters.
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Unauthorized - Authentication is required
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Forbidden - User does not have permission to access the resource
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Not Found - The requested resource was not found
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Internal Server Error. Returned when theres is something wrong with Frontier server.
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
GET /v1beta1/organizations/:org_id/domains
Authorization
name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic
Request
Request
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'
curl -L -X GET 'http://127.0.0.1:7400/v1beta1/organizations/:org_id/domains' \
-H 'Accept: application/json'