API Guide
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
GET /auth/domains
Returns the configured auth domains.
API
GET /auth/domains
Description This API returns configuration information for auth domains.
Requests None
Responses 200 — Get all the auth domains configured with SFD
{
"auth_domains": [
"string"
]
}
401 — You are not authorized to perform this operation
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
default — Success or error response
{
"new_object_id": "string",
"id": "string",
"message": "string",
"messageParams": [
"string"
],
"messages": [
{
"id": "string",
"message": "string",
"field_name": "string",
"messageParams": [
"string"
]
}
]
}
36
Authentication










