F
Freshdesk Core REST API
Details
- URL
-
https://{domain}.freshdesk.com/api/v2 - Docs
- https://developers.freshdesk.com/api/
Authentication
Authorization: Basic <credential> Log in to your Freshdesk account as an agent/admin, open your profile settings, and copy your personal API key from the profile page as described in How to find your API key. Freshdesk's API docs state you can use this personal API key for API requests; when using HTTP Basic auth, send the API key as the username and any string such as X as the password.