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
projectId
in the URL. You can find your project'sprojectId
in the WavyNode dashboard, under the project settings section ("Project Settings").
Make a request
- Endpoint base:
https://api.wavynode.com
- Authentication:
x-api-header
header (see above)
Response format
Field | Type | Optional |
---|---|---|
success |
boolean | no |
data |
any | yes |
message |
string | yes |