This section is intended to give you a basic overview of our RESTful webservice and get you up and running quickly.
Public examples are available on https://github.com/stormboard to help you get started with a basic php cURL implementation. Other languages will be added soon.
Please make use of these errors to determine if the problem is on your side or ours.
The data that you've supplied is not in the correct format. We are working at making the errors returned with this error much more helpful but in many cases this will already help you to figure out what went wrong.
Example:
{"message":"You cannot specify an idea id when creating an idea."}
You may receive this if you attempt to access a resource for which you do not have access, or if your Stormboard Plan does not permit you to access the requested resource.
Be sure to check the availability of the endpoint in this documentation.
You may receive this if you attempt to access a resource for which you do not have access.
You've attempted to access an endpoint that does not exist. This may also happen if your url is malformed.
Where possible, API v1 strives to use appropriate HTTP verbs for each action.
Dates will all use the ISO 8601 standard as shown below.
YYYY-MM-DDTHH:MM:SSZ
Dates that are sent to Stormboard that do not have a timezone component will be assumed to be in UTC
This API uses standard rate limiting headers and returns a http code 429 when you have reached your limit in the period.