cURL
curl --request GET \ --url https://api.comm.com/api/v1/domains/plans/{domainPlan}/rules/{rule} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "country_id": 123, "sms_route_id": "<string>", "team_id": "<string>", "company_id": "<string>", "meta": { "tld_name": "com", "max_sms_per_domain": 50000, "number_of_domains_in_rotation": 3, "number_of_domains_in_backlog": 0, "domain_name_pattern": "<string>" }, "priority": 0 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The domain plan ID
The rule ID
DomainPlanRuleData
The response is of type object.
object