HostingDomains

List domain outbound limit options

GET/api/domains/{domain_code}/outbound_limits

Returns the outbound sending limit options available for the domain.

X-Api-Token<token>

API token used to authenticate requests.

In: header

Path Parameters

domain_code*string

Domain code: D followed by 9 digits. Example: D123456789.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/domains/string/outbound_limits" \  -H "X-Api-Token: YOUR_API_TOKEN" \  -H "Accept: application/json"
{  "resources": [    {      "id": 0,      "description": "string",      "rate": 0,      "period": 0,      "view": "string",      "scope": "string",      "discontinued": true,      "domain_rate": 0,      "disabled": true,      "pay": true,      "included": true    }  ],  "pagination": {}}