Authorizations
JWT Authorization header using the Bearer scheme. (i.e. "Bearer 1234abcdef")
Body
The disposition data to create.
Request model for creating or updating a disposition.
The ID of the lead this disposition is associated with.
The type of disposition (e.g., "Call", "Text").
The outcome or result of the disposition.
Additional notes or comments about the disposition.
The timestamp when the disposition occurred.
Response
Disposition was successfully created.
Response model for disposition data.
The unique identifier of the disposition.
The ID of the lead this disposition is associated with.
The type of disposition (e.g., "Call", "Text").
The outcome or result of the disposition.
Additional notes or comments about the disposition.
The timestamp when the disposition occurred.
The timestamp when the disposition was created.
The timestamp when the disposition was last updated.