v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 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": {
    "country_code": "*",
    "id": "b8f9c1c0-5b5a-4b1e-8c1c-0b5a4b1e8c1c",
    "keywords": [
      "START",
      "BEGIN"
    ],
    "op": "start",
    "resp_text": "Thank you for subscribing to our service."
  }
}