curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'{
"dispositions": [
{
"id": "019dfcc6-055a-7164-821b-8013e0e8d656",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-73a3-8ef6-02088bf2e1cc",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7cfe-bce2-95997aa385b3",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7d88-845d-8f1ec3e7d74f",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7704-98f7-d397519e78bc",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "019dfcc6-055a-74d3-b16c-6b7f357356a5",
"name": "Interested",
"slug": "interested",
"action": "complete"
}
]
}List dispositions
curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'{
"dispositions": [
{
"id": "019dfcc6-055a-7164-821b-8013e0e8d656",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-73a3-8ef6-02088bf2e1cc",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7cfe-bce2-95997aa385b3",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7d88-845d-8f1ec3e7d74f",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "019dfcc6-055a-7704-98f7-d397519e78bc",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "019dfcc6-055a-74d3-b16c-6b7f357356a5",
"name": "Interested",
"slug": "interested",
"action": "complete"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.amplemarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?