GET
/
calls
/
dispositions
List dispositions
curl --request GET \
  --url https://api.amplemarket.com/calls/dispositions \
  --header 'Authorization: Bearer <token>'
{
  "dispositions": [
    {
      "id": "01989da6-2c53-7e5e-8674-29172d2cb04c",
      "name": "No Answer",
      "slug": "no_answer",
      "action": "next_stage"
    },
    {
      "id": "01989da6-2c53-7f16-964b-4aa7e99fcd35",
      "name": "Left VM",
      "slug": "no_answer_voicemail",
      "action": "next_stage"
    },
    {
      "id": "01989da6-2c53-7826-b3a8-783a767fb50d",
      "name": "Wrong Number",
      "slug": "wrong_number",
      "action": "next_stage"
    },
    {
      "id": "01989da6-2c53-7b3c-9a13-712f6ce46cbc",
      "name": "Busy call later",
      "slug": "busy",
      "action": "next_stage"
    },
    {
      "id": "01989da6-2c53-7aeb-83ba-057873378347",
      "name": "Not interested",
      "slug": "not_interested",
      "action": "complete"
    },
    {
      "id": "01989da6-2c53-7a38-8c5a-124794c532ae",
      "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

The response is of type object.