Create API Key
Create a new Nebula Block API key, optionally scoped to a team.
Create a new API key. To learn how to authenticate requests with it, see Authentication.
HTTP Request
POST {API_URL}/keys
where API_URL = https://api.nebulablock.com/api/v1.
Body Parameters
Parameter
Requirement
Type
Description
name
Required
string
A name for the API key
description
Optional
string
A description of what the key is for
Response Attributes
data dict
Contains the new key:
idinteger: The key's ID.keystring: The key value used to authenticate requests.
status string
success or failed.
message string
A description of the result.
Note: Creating a key notifies your account. There is a limit on how many keys one account can hold — if you hit it, contact support to have it raised.
Example
Request
Response
See also
Last updated