Deregistration DRS API is define:
/deviceModels/{DEVICE_MODELID}/devices/{DEVICE_IDENTIFIER}/registration
where can i READ/FIND a DEVICE_INDENTIFIER?
Thanks in advanced
Deregistration DRS API is define:
/deviceModels/{DEVICE_MODELID}/devices/{DEVICE_IDENTIFIER}/registration
where can i READ/FIND a DEVICE_INDENTIFIER?
Thanks in advanced
Hi there,
Thanks for your patience.
You should use DSN as {DEVICE_IDENTIFIER}; you also can use V2 of this API by changing:
Path: /registration Header Parameters: Authorization: Bearer (ACCESS_TOKEN) x-amzn-type-version: com.amazon.dash.replenishment.DrsDeregisterInput@2.0
When I tried to get with V2 to:
https://dash-replenishment-service-na.amazon.com/registration
with all headers correct I get an error 404
1 Person is following this question.