Making API Calls

Our API is based on REST, using standard HTTP verbs, standard HTTP response codes, accepting form-encoded request bodies, and providing JSON-encoded responses.

All Verdata API requests must be performed using HTTPS.

Use the URL api.myverdata.com/external/api/v1 when sending API requests.

Last updated