Calls
List dispositions
API Reference
Account Details
Users
People Enrichment
Companies Enrichment
Searcher
Email Validation
Exclusion lists
Sequences
Phone numbers
Calls
List dispositions
List dispositions
GET
/
calls
/
dispositions
curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'
{
"dispositions": [
{
"id": "0196b4f9-4261-7f12-a00e-253ff37c79a0",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-7005-babc-17c617127ce3",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-78e6-be8e-ea68aa79a034",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-72a9-89fb-37d7528fcc86",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-7126-8536-897c7fd4139b",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "0196b4f9-4261-768a-af3d-a55e39cb44d4",
"name": "Interested",
"slug": "interested",
"action": "complete"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
successful
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'
{
"dispositions": [
{
"id": "0196b4f9-4261-7f12-a00e-253ff37c79a0",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-7005-babc-17c617127ce3",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-78e6-be8e-ea68aa79a034",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-72a9-89fb-37d7528fcc86",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "0196b4f9-4261-7126-8536-897c7fd4139b",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "0196b4f9-4261-768a-af3d-a55e39cb44d4",
"name": "Interested",
"slug": "interested",
"action": "complete"
}
]
}