Authentication

Authentication

To access the Evomi Public API, you must authenticate using an API Key. This key allows you to securely access your proxy credentials and related data.

How to Obtain Your API Key

To get your API key, follow these steps:

  1. Log in to your account at Evomi Dashboard.
  2. Navigate to Settings > API.
  3. Copy the API Key provided on this page.

Keep your API key secure. It is the only way to authenticate your requests to our API.

Authentication Methods

You can authenticate API requests using one of two methods:

  1. In the URL Parameters: Add the API key to your request URL as a query parameter. Example:

    https://api.evomi.com/public?apikey=YOUR_API_KEY
  2. In the Request Header: Add the API key to the request headers as x-apikey. Example (using curl):

    curl -H "x-apikey: YOUR_API_KEY" https://api.evomi.com/public

API Key Expiration

API keys provided by Evomi do not have an expiration by default. However, it is important to manage your keys securely. If you believe your API key has been compromised, you can regenerate it from the API Settings page in your Evomi dashboard.

For more information on how to use the API to get proxy data, visit the Get Proxy Data page.