Skip to main content
GET
/
calls
/
dispositions
List dispositions
curl --request GET \
  --url https://api.amplemarket.com/calls/dispositions \
  --header 'Authorization: Bearer <token>'
{
  "dispositions": [
    {
      "id": "019ae9a7-5ecd-710d-98a3-1eb029067d85",
      "name": "No Answer",
      "slug": "no_answer",
      "action": "next_stage"
    },
    {
      "id": "019ae9a7-5ece-7dec-a5a1-46b364706301",
      "name": "Left VM",
      "slug": "no_answer_voicemail",
      "action": "next_stage"
    },
    {
      "id": "019ae9a7-5ece-7a60-8ec0-99f2839eef71",
      "name": "Wrong Number",
      "slug": "wrong_number",
      "action": "next_stage"
    },
    {
      "id": "019ae9a7-5ece-7d49-91f1-3c1579b9cd03",
      "name": "Busy call later",
      "slug": "busy",
      "action": "next_stage"
    },
    {
      "id": "019ae9a7-5ece-7365-9d84-dcfe3d7ff621",
      "name": "Not interested",
      "slug": "not_interested",
      "action": "complete"
    },
    {
      "id": "019ae9a7-5ece-77a9-a09b-811752a8706b",
      "name": "Interested",
      "slug": "interested",
      "action": "complete"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

successful

dispositions
object[]