Skip to content

Authentication

API Key Authentication

MetoCRM employs API Key-based authentication to secure API requests. API Keys are generated and managed through the admin interface, specifically under app.metocrm.com/admin/system-settings

Generating an API Key

  1. Navigate to the System Settings page on the admin dashboard.
  2. Select Third Parties Integrations from the menu.
  3. Navigate to the Third-Part Api Keys section.
  4. Create a new API Key for each third-party integration to maintain a high level of security.

Types of API Keys

MetoCRM offers different types of API Keys, including a "webhook" type private key, primarily used for Custom API services like Lead Import API.

Refreshing an API Key

Admin accounts have the ability to refresh these keys whenever needed.

Caution: Refreshing an API key will invalidate the old key. Ensure you update the key in any integrated systems; otherwise, those systems will lose access to the API.

By adhering to these guidelines, you ensure a secure and efficient integration with MetoCRM's API services.

Error Authentication Response

Status Code : 401
Format : JSON
Message :

{
    "status_code": "401",
    "message": "Api Key is invalid!"
}