cURL
Dispositions
Get Dispositions
Returns all dispositions available for the team, including default and custom dispositions
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 dispositionsfalse- Only return default dispositions
- category (optional, string): Filter by disposition category
positive- Meeting set, referral, callback later, reach out in 6 months, send an emailnegative- Not interested, do not call againneutral- No longer with company, wrong contactnot_answered- No answer, left voicemail, gatekeeper, bad numbercancelled- Cancelled calls
Response
Returns a JSON object containing an array of dispositions.Response Fields
Default Dispositions
Authorizations
Query Parameters
Filter by custom (true) or default (false) dispositions
Filter by disposition category
Available options:
positive, negative, neutral, not_answered, cancelled Response
200 - application/json
Dispositions retrieved successfully