Skip to main content
POST
Lookup Customer Device Phrase

Authorizations

Authorization
string
header
required

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

Body

application/json
deviceId
string
required
Example:

"device_789"

Response

Device lookup successful

statusCode
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Device lookup successful"

data
object[]