GET
/
calls
/
dispositions
curl --request GET \
  --url https://api.amplemarket.com/calls/dispositions \
  --header 'Authorization: Bearer <token>'
{
  "dispositions": [
    {
      "id": "019584f8-1e43-76e5-ad72-f3b1e13ea2c6",
      "name": "No Answer",
      "slug": "no_answer",
      "action": "next_stage"
    },
    {
      "id": "019584f8-1e43-7fbe-bca7-22db86d28d06",
      "name": "Left VM",
      "slug": "no_answer_voicemail",
      "action": "next_stage"
    },
    {
      "id": "019584f8-1e43-7fca-bec1-dfed559d10f6",
      "name": "Wrong Number",
      "slug": "wrong_number",
      "action": "next_stage"
    },
    {
      "id": "019584f8-1e43-7cc9-8b21-94cd854ed3f1",
      "name": "Busy call later",
      "slug": "busy",
      "action": "next_stage"
    },
    {
      "id": "019584f8-1e43-75d4-9453-a99208c08cbf",
      "name": "Not interested",
      "slug": "not_interested",
      "action": "complete"
    },
    {
      "id": "019584f8-1e44-7dce-b508-fb69f08e7fec",
      "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/vnd.amp+json
successful
dispositions
object[]