Introduction

Welcome to VeriCheck's REST API! Here you will find information on how to integrate with and use the VeriCheck REST API. Please contact us at [email protected] with any questions you may have regarding your integration with us!

The VeriCheck API is architected around REST, using standard HTTP verbs to communicate and HTTP response codes to indicate status and errors. All responses come in JSON. The VeriCheck API is served over HTTPS to ensure data privacy; HTTP is not supported. Every request must include your partner_id, except those sent to the Institution or Category endpoints. Request data can be included in either the body or query string, though using the body is recommended.