Get Auto-Response Setting
GET/messaging_profiles/:profile_id/autoresp_configs/:autoresp_cfg_id
Get Auto-Response Setting
Request
Path Parameters
profile_id uuidrequired
autoresp_cfg_id uuidrequired
Responses
200: Successful Response
- application/json
default: Unexpected error
- application/json
Request samples
curl -L 'https://api.telnyx.com/v2/messaging_profiles/:profile_id/autoresp_configs/:autoresp_cfg_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"data": {
"op": "start",
"keywords": [
"UNSTOP"
],
"resp_text": "Hello there!",
"country_code": "US",
"id": "adc37adf-d110-4355-9e9a-262847e68e89",
"created_at": "2023-03-13T17:51:03.826453+00:00",
"updated_at": "2023-03-13T17:51:03.826453+00:00"
}
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
},
"meta": {}
}
]
}