Exception domain APIs
Get exception domain
OVERVIEW
Overview
This API call is used to get a exception domain object in the system.
HTTP Request
GET /api/5/exceptiondomains/<DOMAINID>
URL Parameters
Parameter |
Description |
---|---|
DOMAINID | The ID of the domain |
HTTP Response
Success
HTTP response 200
Example
GET http://example.com/context/api/5/exceptiondomains/2
XML format
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<domain>
<domainID>2</domainID>
<name>1webmail.net</name>
<status>PENDING</status>
</domain>
JSON format
{
"domainID": 2,
"name": "1webmail.net",
"status": "PENDING"
}
Error messages
Summary | Ref Code (V4) | Ref Code (before V4) |
The given domain id is invalid |
263 | N/A |
Last Updated: Jun 09,2023
Comments
0 Comments