Standards
REST and JSON
The FoneStorm API is organized around REST. We utilize built-in HTTP features, such as HTTP authentication and HTTP verbs, which are understood by off-the-shelf HTTP clients. JSON is returned by all API responses, including errors.
OpenAPI
FoneStorm is compliant with the OpenAPI Specification. You can view code examples in the right column and you can switch the programming language of the examples with the tabs in the top right.
Dates and Times
Representation of dates and times are in Coordinated Universal Time (UTC). The FoneStorm API accepts and returns dates and times that are represented using ISO 8601 formats.
Updated about 5 years ago