Wattspeed Rest API
Security: API Token
The API token can be aquired from your Profile page and is visible for every account with an upgraded plan. When making a request, include the token inside the Authorization
HTTP header.
Example: Authorization: YOUR_API_TOKEN
.
Quota: Rate limiting
There is a 2,000 queries per hour limit for each request, however the /update
operation uses the account's Resource system. If you require any limit to be increased, feel free to contact us.
tip
POST requests will consume application/json
.
tip