API keys
Create API key
Create a new scoped API key with the TypeScript SDK.
POST
Create API key
Use
blnk.ApiKeys.create to create a scoped API key.
1
Call the method
blnk.ApiKeys.create
2
Store the plaintext key
Save
response.data.key immediately. It is only returned at creation and cannot be retrieved later.3
Response
201 Created