System-level – Get CORS
URL: /admin/api/v1/system/tenants/cors
Method: GET
Authentication: Super Admin
Response body
|
Field |
Data type |
Mandatory |
Description |
|---|---|---|---|
|
id |
int |
Y |
CORS identifier |
|
domain |
String |
Y |
Request origin domain |
|
context |
String |
Y |
Request API context |
{
"id":1,
"domain":"outlook.vidyocloud.com",
"context": "/api/admin"
}
HTTP status codes, error codes, and messages
|
HTTP response code |
Error code |
Error message |
|---|---|---|
|
500 |
2005 |
Internal server error |
{
"message": "Something went wrong",
"errorCode": 2005
}