Nexus
Nexus APIs
GET
/v1/organizations/{organizationId}/domains/{domainId}
Gets an organization domain by org ID and domain name
Parameters
| Name | In | Required | Description |
|---|---|---|---|
organizationId |
path | Yes | |
domainId |
path | Yes | |
select |
query | No | One or more comma separated fields to select. |
expand |
query | No | Indicates if the response should expand nested objects. |
Responses
200
Example
{
"domain": "string",
"created": "string",
"domainId": 0,
"modified": "string",
"createdBy": "string",
"isVerified": false,
"modifiedBy": "string",
"organizationId": 0,
"verificationCode": "string",
"verificationMethod": "string",
"ownerOrganizationId": 0,
"authenticationMethod": "string",
"verificationCodeExpires": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
authenticationMethod
|
string
|
nullable | — | — |
created
|
string (date-time)
|
nullable | — | — |
createdBy
|
string
|
nullable | — | — |
domain
|
string
|
nullable | — | — |
domainId
|
integer (int32)
|
nullable | — | — |
isVerified
|
boolean
|
nullable | — | — |
modified
|
string (date-time)
|
nullable | — | — |
modifiedBy
|
string
|
nullable | — | — |
organizationId
|
integer (int32)
|
nullable | — | — |
ownerOrganizationId
|
integer (int32)
|
nullable | — | — |
verificationCode
|
string
|
nullable | — | — |
verificationCodeExpires
|
string (date-time)
|
nullable | — | — |
verificationMethod
|
string
|
nullable | — | — |
Example
{
"domain": "string",
"created": "string",
"domainId": 0,
"modified": "string",
"createdBy": "string",
"isVerified": false,
"modifiedBy": "string",
"organizationId": 0,
"verificationCode": "string",
"verificationMethod": "string",
"ownerOrganizationId": 0,
"authenticationMethod": "string",
"verificationCodeExpires": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
authenticationMethod
|
string
|
nullable | — | — |
created
|
string (date-time)
|
nullable | — | — |
createdBy
|
string
|
nullable | — | — |
domain
|
string
|
nullable | — | — |
domainId
|
integer (int32)
|
nullable | — | — |
isVerified
|
boolean
|
nullable | — | — |
modified
|
string (date-time)
|
nullable | — | — |
modifiedBy
|
string
|
nullable | — | — |
organizationId
|
integer (int32)
|
nullable | — | — |
ownerOrganizationId
|
integer (int32)
|
nullable | — | — |
verificationCode
|
string
|
nullable | — | — |
verificationCodeExpires
|
string (date-time)
|
nullable | — | — |
verificationMethod
|
string
|
nullable | — | — |
Example
{
"domain": "string",
"created": "string",
"domainId": 0,
"modified": "string",
"createdBy": "string",
"isVerified": false,
"modifiedBy": "string",
"organizationId": 0,
"verificationCode": "string",
"verificationMethod": "string",
"ownerOrganizationId": 0,
"authenticationMethod": "string",
"verificationCodeExpires": "string"
}
Schema
| Name | Type | Attributes | Description | Extensions |
|---|---|---|---|---|
authenticationMethod
|
string
|
nullable | — | — |
created
|
string (date-time)
|
nullable | — | — |
createdBy
|
string
|
nullable | — | — |
domain
|
string
|
nullable | — | — |
domainId
|
integer (int32)
|
nullable | — | — |
isVerified
|
boolean
|
nullable | — | — |
modified
|
string (date-time)
|
nullable | — | — |
modifiedBy
|
string
|
nullable | — | — |
organizationId
|
integer (int32)
|
nullable | — | — |
ownerOrganizationId
|
integer (int32)
|
nullable | — | — |
verificationCode
|
string
|
nullable | — | — |
verificationCodeExpires
|
string (date-time)
|
nullable | — | — |
verificationMethod
|
string
|
nullable | — | — |
Security
Authentication is required for this operation.
Source: default
Requirements (any one option may satisfy)
- Bearer and ApplicationToken
- Basic