Skip to main content
You can use the RevRing API in automation tools such as N8N, Make, GoHighLevel, and more to automate any kind of call sequence or logic!

Creating an API Key

To begin using the RevRing API, you must first create an API Key from the dashboard. API Keys are sensitive credentials, so ensure to store them securely and limit access.

Create an API Key

Create a new API Key from the RevRing Dashboard

Authentication

All API endpoints are authenticated using the x-api-key header:
curl --request GET \
  --url https://api.revring.ai/v1/agents \
  --header 'x-api-key: <api-key>'