cURL
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 }
Creates a new API key for a given project.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The project ID
A label to identify this API key
API key created
The ID of the created API key