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": "019b32ae-58b4-701d-bc3d-40d0fb6b96ac",
      "name": "No Answer",
      "slug": "no_answer",
      "action": "next_stage"
    },
    {
      "id": "019b32ae-58b4-702b-8e42-96f0e8fc79fb",
      "name": "Left VM",
      "slug": "no_answer_voicemail",
      "action": "next_stage"
    },
    {
      "id": "019b32ae-58b4-784b-8215-64225c86fa8f",
      "name": "Wrong Number",
      "slug": "wrong_number",
      "action": "next_stage"
    },
    {
      "id": "019b32ae-58b4-7036-8068-e2068786d73b",
      "name": "Busy call later",
      "slug": "busy",
      "action": "next_stage"
    },
    {
      "id": "019b32ae-58b4-7ed3-baf3-dd61d465924c",
      "name": "Not interested",
      "slug": "not_interested",
      "action": "complete"
    },
    {
      "id": "019b32ae-58b4-701b-80e0-bf7a18d85d5a",
      "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[]