Call Types

Operations related to call types

Get all call types

get

Returns a list of call types with pagination support.

Authorizations
x-api-keystringRequired
Query parameters
pagenumberOptional

Page number for pagination (default: 1)

Example: 1
limitnumberOptional

Number of items per page (default: 10)

Example: 10
Responses
get
/api/v1/call-types

Get call type by ID

get

Returns a call type by ID.

Authorizations
x-api-keystringRequired
Path parameters
idstringRequired

Call type ID to retrieve.

Responses
get
/api/v1/call-types/{id}

Last updated

Was this helpful?