cURL
curl --request GET \ --url https://api.wavynode.com/v1/projects/{projectId}/keys \ --header 'x-api-header: <api-key>'
{ "success": true, "data": [ { "id": 123, "created_at": "2023-11-07T05:31:56Z", "label": "<string>", "key": "<string>" } ] }
Retrieves all the API keys for a given project.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The project ID
List of API keys
Show child attributes