OpenAPI Reference
Authentication
Authentication and API key management.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication. Get your API key from the dashboard.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/device/finalize" \ -H "Content-Type: application/json" \ -d '{ "deviceCode": "string" }'{ "apiKey": "string", "apiKeyId": "string", "expiresAt": "string", "credentialType": "api_key"}