Authorizations
Response
Successful response
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/domains \
--header 'x-api-token: <api-key>'
{
"apiDomain": "<string>",
"userDomain": "<string>",
"customDomains": [
"<string>"
]
}
Retrieve the domain configuration including API domain, user domain, and custom domains.
curl --request GET \
--url https://{subdomain}.nudj.cx/api/v2/admin/domains \
--header 'x-api-token: <api-key>'
{
"apiDomain": "<string>",
"userDomain": "<string>",
"customDomains": [
"<string>"
]
}
Successful response
Was this page helpful?