GET
/
public
/
trackingids
curl --request GET \
  --url https://api.joylink.io/public/trackingids \
  --header 'X-API-Key: <api-key>'
{
  "tracking_ids": [
    "<string>"
  ]
}

Authorizations

X-API-Key
string
header
required

Response

200
application/json

Successfully retrieved tracking IDs

The response is of type object.