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
List dispositions
Copy
curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'
Copy
{
"dispositions": [
{
"id": "0197c138-8fb9-7ee0-89e9-a96fce0aefd2",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-7f4d-a070-faff8922bd0d",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-78cf-bdd5-87327b55b311",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-75f2-8484-9cb54de55f4c",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-74ce-8974-d25c2e263e6f",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "0197c138-8fb9-7a84-b400-3a22ab742cf6",
"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?
List dispositions
Copy
curl --request GET \
--url https://api.amplemarket.com/calls/dispositions \
--header 'Authorization: Bearer <token>'
Copy
{
"dispositions": [
{
"id": "0197c138-8fb9-7ee0-89e9-a96fce0aefd2",
"name": "No Answer",
"slug": "no_answer",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-7f4d-a070-faff8922bd0d",
"name": "Left VM",
"slug": "no_answer_voicemail",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-78cf-bdd5-87327b55b311",
"name": "Wrong Number",
"slug": "wrong_number",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-75f2-8484-9cb54de55f4c",
"name": "Busy call later",
"slug": "busy",
"action": "next_stage"
},
{
"id": "0197c138-8fb9-74ce-8974-d25c2e263e6f",
"name": "Not interested",
"slug": "not_interested",
"action": "complete"
},
{
"id": "0197c138-8fb9-7a84-b400-3a22ab742cf6",
"name": "Interested",
"slug": "interested",
"action": "complete"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.