Skip to main content

API Keys

API Keys allow you to securely interact with your Connexify account programmatically. With API Keys, you can connect your own applications, automate workflows, and access resources without needing to log in through the dashboard.

How it works

  1. You create API Keys under Integrations
  2. Each key can be used to authenticate requests to the Connexify API
  3. Keys are tied to your account and can be managed at any time
  4. You can create up to 3 active API Keys per account

Creating an API Key

To create an API Key:

  1. Go to Integrations
  2. Click "Create API Key"
  3. Provide a name for the key (to identify it later)
  4. Save the key and use it

Create API Key


API Key Permissions

API Keys currently support the following access:

  • Links APIRead-only (both /links and /links/{key})
  • Clients APIRead-only (both /clients and /clients/{id})