Skip to main content
POST
/
finance
/
device
/
tag
Get device tag (PAYG code)
curl --request POST \
  --url http://134.209.118.139:3002/finance/device/tag \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "imei": "351920920269424"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
imei
string
required
Example:

"351920920269424"

Response

PAYG tag for the device