F

Freshdesk Core REST API

REST discovered

Details
URL
https://{domain}.freshdesk.com/api/v2
Docs
https://developers.freshdesk.com/api/
Authentication
Freshdesk personal API key api_key discovered Get key ↗
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.