List accounts

List available accounts to pair your C2C device with.

SecurityC2COAuth2
Request
header Parameters
x-client-version
string
Default: 0.0.0

Firmware or software version of a C2C integration. Will be used to determine the correct Device Model configuration for the device when multiple are available. Must be a valid semantic version. For more on semantic versions, see here: https://semver.org/

Example: 2.16.4
Responses
200

Example response

Response Headers
x-ratelimit-limit
number

The number of times you can make this call within the x-ratelimit-window

x-ratelimit-window
string

The length in milliseconds of the rate limit window

x-ratelimit-remaining
string

The number of remaining times you can make this API call in the x-ratelimit-window

Response Schema: application/json
Array (non-empty)
_type
required
string

The resource type, will always be account.

Value: "account"
display_name
required
string

The account's display name

id
required
string <uuid>

The unique identifier for this account

401

Unauthorized response

404

Not Found

get/v2/devices/accounts
Request samples
Response samples
application/json
[
  • {
    },
  • {
    },
  • {
    }
]