Making API Calls

The Verdata API follows REST principles, utilizing standard HTTP verbs and response codes. Requests must be sent over HTTPS, using form-encoded bodies, and responses are returned in JSON format.

All API requests should be directed to: https://apimyverdata.com/external/api/v1

Last updated