API keys
Create API key
Create a new scoped API key with the Python SDK.
POST
Create API key
Use
blnk.api_keys.create to create a scoped API key.
1
Call the method
blnk.api_keys.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