API settings
Manage your API keys and webhooks in Arnio. API settings allow you to configure API keys for authentication and set up webhooks to receive real-time data from Arnio.API keys
API keys allow you to make API calls for your own account.Create an API key
- Navigate to Settings > API Settings
- Click Add API Key or + Add Api Key
- Enter a name for your API key
- Set expiration date (optional)
- Click Create
- Copy your API key (you won’t be able to see it again)
- Store it securely
Manage API keys
- View all API keys
- See expiration dates
- Deactivate keys
- Delete keys
Webhooks
Webhooks send real-time data from Arnio to other apps when events happen.Create a webhook
- Navigate to Settings > API Settings
- Click Add Webhook or + Add
- Enter webhook URL
- Select events to subscribe to
- Configure authentication
- Test the webhook
- Activate the webhook
Webhook events
Subscribe to events such as:- Message sent
- Message received
- Contact created
- Contact updated
- Conversation started
- And more
Manage webhooks
- View all webhooks
- Edit webhook configuration
- Test webhooks
- Deactivate or delete webhooks
Best practices
- API keys: Rotate keys regularly, use different keys for different environments
- Webhooks: Test webhooks before activating, monitor webhook delivery
- Security: Keep credentials secure, use HTTPS for webhook URLs