API Authorization


After your account has been activated, you can view your API authorization credentials in the system backend. All API requests must include the following header authorization parameters.

Header Authorization Parameters

Parameter NameTypeRequiredDescription
appKeyStringYesThe appKey value assigned to your API account
appSecretStringYesThe appSecret value assigned to your API account

Success Response Structure

{
  "code": 200,
  "data": null,
  "message": ""
}

Note: A response with code = 200 indicates that the API request was successful.

For APIs that support batch operations—such as Void Label or Confirm Shipment—each tracking number’s result should be verified individually based on the specific response for that record.