Skip to main content
POST
/
api
/
org
/
peekShipmentRegistrationToken
Peek shipment registration token
curl --request POST \
  --url https://api2.rhombussystems.com/api/org/peekShipmentRegistrationToken \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "tokenUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "hardwareUuidList": [
    "AAAAAAAAAAAAAAAAAAAAAA"
  ],
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json
tokenUuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

error
boolean | null
errorMsg
string | null
hardwareUuidList
(string<RUUID> | null)[] | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

warningMsg
string | null