Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/admin/allowed_domains 200 { "allowed_domains": [] }
// Not admin user GET /api/v2/admin/allowed_domains 401
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |