Thanks to visit codestin.com
Credit goes to busabase.com

Busabase
OpenAPI Reference

Authentication

Authentication and API key management.

POST
/api/v1/device/finalize

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"}