Access the Libredesk API to interact with your instance programmatically
Edit agent
Generate new API key
Save the credentials
Key management
curl -X GET "https://your-libredesk-instance.com/api/endpoint" \ -H "Authorization: Basic <base64_encoded_key:secret>"
curl -X GET "https://your-libredesk-instance.com/api/endpoint" \ -H "Authorization: token your_api_key:your_api_secret"
Was this page helpful?