Skip to main content

List Messages - Delivery/Service

GET 

/api/delivery/msg/:serviceCode

Messages of a Service

Request

Path Parameters

    serviceCode stringrequired

Header Parameters

    apikey stringrequired

    Apikey of a company linked to a user

Responses

List of messages exchanged between carrier and company for a specific shipment.

Schema
    data object[]
  • Array [
  • _id string
    authorId string
    authorName string
    createdAt string
    message string
  • ]
  • status integer
Loading...