Retrieves the region information of the MAPI service.
Endpoint
POST /region/identity
Request structure
Not applicable
Response structure
{
"id": 0,
"name": "string"
}
|
Parameter |
Type |
Description |
|---|---|---|
| id | Integer | The ID of the MAPI region. |
| name | String | The name of the MAPI region. |
Return codes
|
Status code |
HTTP name |
Description |
|---|---|---|
| 200 | OK | The request was executed successfully. |
| 401 | Unauthorized | Access was denied because the credentials are not valid. |
| 503 | Service Unavailable | The region identity could not be retrieved. The service may be unavailable. |