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": "019f055d-2145-77a1-97bc-eb03a524b4fa",
      "name": "No Answer",
      "slug": "no_answer",
      "action": "next_stage"
    },
    {
      "id": "019f055d-2145-7cfc-ad9f-c0335b05244a",
      "name": "Left VM",
      "slug": "no_answer_voicemail",
      "action": "next_stage"
    },
    {
      "id": "019f055d-2145-720c-8119-2bf4484c948e",
      "name": "Wrong Number",
      "slug": "wrong_number",
      "action": "next_stage"
    },
    {
      "id": "019f055d-2145-7c41-bfc1-22feafeec46a",
      "name": "Busy call later",
      "slug": "busy",
      "action": "next_stage"
    },
    {
      "id": "019f055d-2145-707e-bfd2-e102d2bd8129",
      "name": "Not interested",
      "slug": "not_interested",
      "action": "complete"
    },
    {
      "id": "019f055d-2145-785e-be3c-edc95f0970c5",
      "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[]