Get Claim Status

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Polls the status of a claim previously initiated via Start Claim. The claim is identified by the device IP / Hostname address and the Edge used.

Authorization

This endpoint requires Authorization.

Query Parameters

KeyTypeDescriptionRequired
proxy_idstringID of the Edge through which the device is reachable.Yes
device_ipstringIP / Hostname address of the device being claimed.Yes

Response

200 OK

KeyTypeDescription
resultstringCurrent status of the claim process: pending/ success/ failed
{
  "result": "success"
}

Errors

StatusDescription
401Missing or invalid Authorization header.
422device_ip not found or a claim has not been initiated for it.
Responses

Authorization header.

device_ip not found or a claim has not been initiated for it.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json