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
- You create API Keys under Integrations
- Each key can be used to authenticate requests to the Connexify API
- Keys are tied to your account and can be managed at any time
- You can create up to 3 active API Keys per account
Creating an API Key
To create an API Key:
- Go to Integrations
- Click "Create API Key"
- Provide a name for the key (to identify it later)
- Save the key and use it
API Key Permissions
API Keys currently support the following access:
- Links API → Read-only (both
/links
and/links/{key}
) - Clients API → Read-only (both
/clients
and/clients/{id}
)