Skip to Content

PackageTypesApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
getPackageTypesGET /package-typesList active package types

getPackageTypes

PaginatedResponse_PackageTypeResponse getPackageTypes(vendor_id, page, per_page)

List active package types

Retrieves all active package types available in the system with their details and associated images. Optionally filters by vendor to show only package types supported by a specific vendor based on their pricing configurations.

Parameters

NameTypeDescriptionNotes
vendor_idLongOptional vendor ID to filter package types by vendor support and pricing availability[optional] [default to null]
pageIntegerPage number for pagination (default: 1)[optional] [default to null]
per_pageIntegerItems per page for pagination (default: 20)[optional] [default to null]

Return type

PaginatedResponse_PackageTypeResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8