Devices authorised for off-line streaming

Get a list of all of the user's registered devices.

OAuth User token

 \ Example request

GET https://api.7digital.com/1.2/user/offlineclients?oauth_consumer_key=YOUR_KEY_HERE&oauth_token=...

Example Response

<response status=”ok” version=”1.2”>
  <offlineClients>
    <offlineClient>
      <clientId>BD0A351C-4265-49A4-A80F-D10C5F56EC3E</clientId>
    </offlineClient>
    <offlineClient>
      <clientId>8B91B97A-3214-4D17-B2A4-325E8CAB88B5</clientId>
    </offlineClient>
  </offlineClients>
</response>
Query Params
string
required

The unique identifier of the user. For information on creating users click here.

string
required
Defaults to ISO 2-character code of the country the end user resides in.
Language
LoadingLoading…