Get Disposition
Dispositions
Get Disposition
Retrieve a specific disposition by ID
Get Disposition
Overview
Retrieve detailed information about a specific disposition using its unique ID.Headers
Bearer token for authentication (e.g.,
Bearer <your_token>).Path Parameters
The unique identifier of the disposition
Response
Indicates if the request was successful
Disposition object
Error Codes
| Status | Description |
|---|---|
401 | Unauthorized - Invalid or missing API key |
403 | Forbidden - Missing required permissions |
404 | Disposition with the specified ID was not found |
500 | Internal server error |

