v47

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-181,0851,7264.5 MB
Opt-Out Management

Get Auto-Response Setting

get/messaging_profiles/{profile_id}/autoresp_configs/{autoresp_cfg_id}

Path parameters

profile_idstring uuid required

Unique identifier of the profile.

autoresp_cfg_idstring uuid required

Unique identifier of the autoresp cfg.

Response

Successful Response

Example response

{
  "data": {
    "op": "start",
    "keywords": [
      "START",
      "BEGIN"
    ],
    "resp_text": "Thank you for subscribing to our service.",
    "country_code": "*",
    "id": "b8f9c1c0-5b5a-4b1e-8c1c-0b5a4b1e8c1c"
  }
}