Create API Key
Creates an API key and returns the Base64 encoded API key. Expects the Base64 encoded master API key in the header. Use the master API key displayed in the server console at startup.
WARNING: make sure to set the MASTER_KEY_SECRET environment variable to a secret, otherwise your generated API keys will be compromised. For development purposes you may also use the SeekStorm server console command 'create' to create an demo API key 'AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='.
Headers
YOUR_MASTER_API_KEY
Request body
Response
API key created, returns Base64 encoded API key
Changes
Changed in 3 of the 11 revisions of this API.13
- ○
added the new optional request property
demonew-optional-request-property
- ○
- ○
api operation id
create_apikey_apiremoved and replaced withcreate_api_keyapi-operation-id-removed
- ○
- ●
removed the request property
demorequest-property-removed
- ○
api operation id
create_api_keyremoved and replaced withcreate_apikey_apiapi-operation-id-removed
- ●