Getting Started

Universify API is a RESTful web service for developers and integrations to programmatically interact with Universify's data

Every bit of data exchanged between clients and the API is JSON over HTTPS. Note that we will only accept application/json as content type and that the request body, if relevant, must be JSON-encoded.

The base URL for the Universify API is https://api.universify.in/api/v1.

All sample requests in this documentation are formatted for cURL, additional examples are in Python and Javascript form using our official API wrappers.

All request body parameters, where relevant, are required unless otherwise specified in the description.

If you have questions about using the API, want to share some feedback, or have come across a bug you'd like to report, write us an email at [email protected] or submit a request through our support center

Last updated