API Usage
API Key
To properly use the API, you need to create an API key from the WavyNode dashboard and include it in every request using the x-api-header HTTP header:
Note: Some API routes require you to explicitly provide the
projectIdin the URL. You can find your project'sprojectIdin the WavyNode dashboard, under the project settings section ("Project Settings").
Make a request
- Endpoint base:
https://api.wavynode.com - Authentication:
x-api-headerheader (see above)
Response format
| Field | Type | Optional |
|---|---|---|
success |
boolean | no |
data |
any | yes |
message |
string | yes |