Skip to main content
GET
cURL
Retrieves all dispositions available for your team. Dispositions are call outcome categories used to classify the result of each call. This endpoint returns both default dispositions (built-in) and any custom dispositions your team has created.

Query Parameters

  • is_custom (optional, boolean): Filter by custom or default dispositions
    • true - Only return custom dispositions
    • false - Only return default dispositions
  • category (optional, string): Filter by disposition category
    • positive - Meeting set, referral, callback later, reach out in 6 months, send an email
    • negative - Not interested, do not call again
    • neutral - No longer with company, wrong contact
    • not_answered - No answer, left voicemail, gatekeeper, bad number
    • cancelled - Cancelled calls

Response

Returns a JSON object containing an array of dispositions.

Response Fields

Default Dispositions

Authorizations

x-api-key
string
header
required

Query Parameters

is_custom
boolean

Filter by custom (true) or default (false) dispositions

category
enum<string>

Filter by disposition category

Available options:
positive,
negative,
neutral,
not_answered,
cancelled

Response

200 - application/json

Dispositions retrieved successfully

data
object[]