API Explorer

API Explorer

We're always looking to make our integration API as accessible and easy to understand as possible for developers. To date this has been achieved by having detailed documentation on each API endpoint and option, but today we've released a new way to discover and understand our APIs - introducing the API Explorer!

You can access the API Explorer right now at:

https://eforms.mobileform.net/apiexplorer 

If you are using a branded website, simply tack "/apiexplorer" onto your custom domain name to access it. 

About the API Explorer

Built on the awesome Swagger open source library, we've exposed all our current version 2 API endpoints in an easy to understand visual format. Browse each available endpoint and its supported HTTP verbs, view the model properties and even test out calls to the API right there in the API Explorer. Simply put, it's an integrator's dream and we think it should make API integration projects that much easier to implement.

While the primary focus of the Explorer is on JSON format requests and responses, there are areas where you can specify an XML response type to get an idea of what the API requires and responds with on the XML side, too.

The API Explorer is a dynamic, living document of our new version 2 API and is generated directly from our API code, thus allowing you to have confidence that what you see in the Explorer is exactly what is supported and available right now on the API.


    • Related Articles

    • POST Repository API (Create)

      ADDITIONAL INFO API Explorer General Information The POST Repository API registers new content from a company account into the Repository. This API is available via SSL-secured HTTPS connection on the Cloud using the REST POST verb. The format query ...
    • API Usage Limits

      Calls to our API are limited to 2500 per day per organization account to avoid abuse or negligent integrations that degrade platform performance. We also have a soft limit of 3 concurrent API connections per organization account. Please contact our ...
    • DELETE Repository API (Remove)

      TABLE OF CONTENTS Parameters Example This DELETE Repository API call allows you to remove an existing repository item from the repository. This allows you to delete specific screens from the platform as required, from various 3rd party systems, for ...
    • POST Repository API (Create)

      TABLE OF CONTENTS Parameters Example The POST Repository API registers new content from a company account into the Repository. This API is available via SSL-secured HTTPS connection on the Cloud using the REST POST verb. The format query string ...
    • POST Push API

      TABLE OF CONTENTS Parameters Example This request method allows you to send a push notification to a specified user. This API is available via SSL-secured HTTPS connection on the Cloud using the REST POST verb. The format query string parameter ...