v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Codes

List User Codes

This endpoint retrieves the list of all user codes (source addresses) configured in the user’s Workspace.

get/v3/codes

Response

Successful Operation

itemsstring[]

Codes that the user can use for their shipments

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "items": [
    "2222"
  ]
}