Returns a list of a company's tracking notification configs.

SecurityAuthToken
Request
path Parameters
companyId
required
string <uuid>

The id of the company

Responses
200

Successfully returned a list of tracking notification configs.

Response Schema: application/json
page_size
integer
Array of objects (TrackingNotificationConfig)
total_count
integer
total_pages
integer
default

Default error response

get/companies/{companyId}/tracking-notification-config/
Request samples
Response samples
application/json
{
  • "page_size": 0,
  • "results": [
    ],
  • "total_count": 0,
  • "total_pages": 0
}
Copyright © Shipwell 2025. All right reserved.