Query and manage (add/update/remove) VIP Device data.
DEVICE ID (i.e. 5F67753832224611BF697A590316AA34) and STATUS (i.e. R, E, D, A) values must be upper case
Endpoints
/rpc/v1/vip/device.html
The browsable documentation for this API endpoint.
/rpc/v1/vip/device.json
Endpoint that will return a JSON response.
/rpc/v1/vip/device.xml
Endpoint that will return an XML response.
Usage
Usage for HTTP GET
Key Name: device
Perform a VIP lookup on the provided device id.
The status code (review, decline, etc) will be returned for the given device. Example: device_id=DEVICE_ID
Usage for HTTP POST
Key Name: device[DEVICE_ID]
Brackets contain a device id. Key values: A|R|D|X for setting status to approve, review, decline, or delete.
Must provide at least one device id with a valid status. Examples: device_id[DEVICE_ID]=A device_id[DEVICE_ID]=R device_id[DEVICE_ID]=D device_id[DEVICE_ID]=X