Stormz API
This website describes the Stormz API.
This API is currently in beta. If you want an early access, please send an email to the support.
Getting started
- Ask the support to have an application id and a secret.
- See librairies
Overview
The base URL of the API is https://api.stormz.me.
All data must be transmitted over HTTPS and using JSON.
Authentication
To use any of the ressources available, you need to be authenticated. The only available method right now is using OAuth2.
Read more about OAuth.
Cross Origin Resource Sharing
We support http://www.w3.org/TR/cors, but only for domains authorized. Your Origin must match the domain of the configured redirect_url.
Errors
In case of errors, the API will return a 4xx request with a JSON body.
Status: 400 Bad Request
{
"message": "Problems parsing JSON"
}