curl --request GET \
--url https://api.comm.com/api/v1/voice/agents/lead-submitter/settings \
--header 'Authorization: Bearer <token>'
{
"data": {
"url": "<string>",
"enabled": false,
"method": "POST",
"headers": [
{
"key": "<string>",
"value": "<string>"
}
],
"call_outcomes": [
"<string>"
],
"tags_on_complete": [
"<string>"
],
"transcript_as_text": false,
"field_aliases": [
"<string>"
],
"additional_data": [
{
"key": "<string>",
"value": "<string>"
}
]
}
}
curl --request GET \
--url https://api.comm.com/api/v1/voice/agents/lead-submitter/settings \
--header 'Authorization: Bearer <token>'
{
"data": {
"url": "<string>",
"enabled": false,
"method": "POST",
"headers": [
{
"key": "<string>",
"value": "<string>"
}
],
"call_outcomes": [
"<string>"
],
"tags_on_complete": [
"<string>"
],
"transcript_as_text": false,
"field_aliases": [
"<string>"
],
"additional_data": [
{
"key": "<string>",
"value": "<string>"
}
]
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
LeadSubmitterData
The response is of type object
.