Skip to main content
POST
/
projects
/
{projectId}
/
keys
Create API key
curl --request POST \
  --url https://api.wavynode.com/v1/projects/{projectId}/keys \
  --header 'Content-Type: application/json' \
  --header 'x-api-header: <api-key>' \
  --data '
{
  "label": "<string>"
}
'
{
  "success": true,
  "data": 123
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

Path Parameters

projectId
string
required

The project ID

Body

application/json
label
string
required

A label to identify this API key

Response

200 - application/json

API key created

success
boolean
data
integer

The ID of the created API key