List Device Registrations
Authentication
Basic authentication of the form Basic <account_id:auth_token>.
Basic authentication of the form Basic <api_key:api_key_secret>.
Query parameters
Filter Device Registrations by User.id to retrieve only registrations for that User.
Filter Device Registrations by their appName. Must be accompanied by the userId query parameter.
Response
Metadata for paginated results. This object contains two tokens to navigate through paginated results.
- Use
nextto retrieve the ‘next’ page in the result list. - Use
selfto retrieve the same page of the result list again. - Supply the token in the
pageTokenquery param.