API ReferenceAccount
Create API Key
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://loading/account/api-keys" \ -H "Content-Type: application/json" \ -d '{}'{
"key": "string",
"name": "string",
"prefix": "string",
"scopes": [
"string"
]
}Empty
Empty