Skip to main content

Getting Started

We are currently on Version 1 of our API. All API requests can be made to:
https://api.everprotec.com/v1
Every request you make to our API will need to be authenticated. To maximize security, your credentials are configured on a per site basis. Follow the authentication guide here to learn how to configure authentication for your integration.
We enforce strict HTTPS usage. Non HTTPS requests will be rejected.
To generate your first verification session invitation link, you will need to have a site configured in the dashboard. The siteId, which is required for invite requests, can be found in the url to the settings page for your site. dashboard.everprotec.com/web/settings/your_site_ID_here View the Create Invitation endpoint documentation to test your first API request and learn how to integrate with our API in your project. To dive in deeper, we recommend getting started with our workflow and webhook guides.

Guides

OpenAPI

Everprotec OpenAPI Specification

All of our APIs are documented with OpenAPI spec. This link takes you to our openapi.json file for ingestion in your project.