Authentication

How to authenticate with the Vericato API

API Authentication

To use the Vericato API, you'll need to authenticate your requests using an API key. This page explains how to obtain and use your API credentials.

Getting Your API Key

  1. Log in to your Vericato dashboard
  2. Navigate to Settings > API Keys
  3. Click Generate New API Key
  4. Copy and securely store your API key

Using Your API Key

Include your API key in the Authorization header of all API requests:

curl https://app.vericato.com/v1/verifications \
  -H "Authorization: Bearer YOUR_API_KEY"
Need additional assistance? Contact us through [email protected]
© 2025 Vericato Logo

On this page