List projects for account

List available Projects to pair your C2C device with.

SecurityC2COAuth2
Request
path Parameters
account_id
required
string <uuid>

Account ID

Example: eefb57e0-79f2-4bc7-9b70-99fbc175175c
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-remaining
string

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

x-ratelimit-window
string

The length in milliseconds of the rate limit window

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

Type of the returned object.

Value: "project"
id
required
string <uuid>

Frame.io project ID

name
required
string [ 1 .. 250 ] characters

Name of the Frame.io project

403

Unauthorized response

404

Not Found response

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