Get Remediation Link
API version | 3.0 |
---|---|
Last Update | 10/22/2019 |
Authentication | YES |
Response Format | JSON |
HTTP Method | GET |
Rate limited | YES |
Requests per rate limit | 10/min |
Use to fetch a remediation link for a given device
API URL
Request Parameters
Key | Datatype | Parameter Type | Required | Description | Default |
---|---|---|---|---|---|
access_token | string | URL | Yes | access token which archived from OAuth authentication step | |
value | string | URL | Yes | it can be a device ID or MAC address or a custom ID of a device. It depends on value of the "opt" parameter | |
opt | int | URL | Optional | Type of the given value in the URL. 0: Device ID or Mac Address 1: 3rd party custom ID which is linked with a device | 0 |
Response HTTP Code
See details in the Response HTTP Code section in this page
Response Parameters
Key | DataType | Description |
---|---|---|
remediation_link | string | remediation page URL for the given device. |
result | int | Result for get a remediation page which has the given HWID/MAC address
|
Example
Example Request
Example Request With opt=0
Example Response
Example Request With Invalid opt
Example Response With Invalid opt
HTTP code 400 Bad Request
History
Was this page helpful?