Our API enables you to automatically generate links for our Age Verification Gateway to verify users from your website. In this documentation, you will find details on how to authenticate, create a verification session invitation link, and check the status of a verification session.
We are currently on Version 1 of our API. All API requests can be made to:
Copy
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.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.