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-key: <api-key>' \
  --data '
{
  "label": "<string>"
}
'
{
  "success": true,
  "data": 123
}

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

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