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 |
Succesful request
curl -i -X POST \ https://api.frame.io/v2/device/code \ -H 'Content-Type: multipart/form-data' \ -H 'x-client-version: 2.16.4' \ -F client_id=string \ -F client_secret=string \ -F 'scope=asset_create offline'
{- "device_code": "string",
- "expires_in": 0,
- "interval": 0,
- "name": "string",
- "user_code": "string"
}