Skip to content
Get started

Call

Get call by ID
call.retrieve(id) -> CallRetrieveResponse { call }
GET/call/{id}
Place a call
call.create(**kwargs) -> CallCreateResponse { call }
POST/call
Get calls
call.list(**kwargs) -> CallListResponse { calls }
GET/call