Skip to main content
GET
/
v2
/
transponders
/
shipments
/
couriers
cURL
curl --request GET \
  --url https://api.example.com/v2/transponders/shipments/couriers/ \
  --header 'Authorization: Bearer <token>'
{
  "transponders": [
    123
  ],
  "remarks": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Model serializer to be used for create return shipments

transponders
integer[]
required
remarks
string | null