| Code | Description | Scenario |
|---|---|---|
| 200 | OK | The request executed successfully |
| 401 | Unauthorized | Typically encountered when using an expired access token |
| 403 | Forbidden | Typically encountered if developer mode is disabled |
| 404 | Not found | Typically encountered when the device you are trying to interact with doesn't belong to your account |
| 429 | Too many requests | Typically encountered after you hit any API limit |