Inquire device status by IMEI
Version 4.0.0
Endpoint
GET
undefined/resource/{id}
Copy
This operation retrieves a Resource entity. Attribute selection is enabled for all first level attributes. Retrieves device unlock status. (TMF 639)
oauth2
Get a JWT Token from AT&T's Azure AD
authorizationCode:
scopes:
tokenUrl:https://login.microsoftonline.com/xxxxxxxxx/oauth2/v2.0/token
authorizationUrl:https://login.microsoftonline.com/xxxxxxxxxx/oauth2/v2.0/token
Query Parameters
- fieldsstringEnum: [deviceDetails, deviceStatusDetails]Fields is used to indicate which object’s details will be returned
- @typestringRequiredEnum: [MobileDevice]type of resource
- deviceStatusDetails.modestringEnum: [DU]Mode to retrieve Device Unlock Details from Torch. Value is DU=DeviceUnlock.
Header Parameters
- AuthorizationstringRequiredJWT Bearer Token. Token URL: https://login.microsoftonline.com/xxxxxxxxx/oauth2/v2.0/token See example below. curl --location --request POST 'https://login.microsoftonline.com/xxxxxxxx/oauth2/v2.0/token' --header 'Content-Type: application/x-www-form-urlencoded' --header 'Cookie: fpc=Aswi39iZZIlGtxxxxxxxxxgOAAAA; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd' --data-urlencode 'scope=api://testHarnessCustomersStage1/.default' --data-urlencode 'grant_type=client_credentials' --data-urlencode 'client_id=xxxxx-xxxxxx' --data-urlencode 'client_secret=k_xxxxxx__e.xxxxx' Note: client id/secret are not the right ones - contact API provider, via 'Request Access' button to get the correct on
- x-att-clientIdstring
- x-att-conversationIdstring
- x-att-correlationIdstring
Body Parameters
Responses
Success
Body
application/json