Authentication
The HookSounds API uses API keys and tokens to authenticate requests.
⚠️ Important: Your API credentials grant access to your HookSounds account and carry many privileges. Keep them secure!
Each request must include both your API Key and an Authorization Token.
https://www.hooksounds.com/edd-api/products/?key=YOUR_API_KEY&token=YOUR_TOKEN
Do not share your secret keys or tokens in publicly accessible areas (such as GitHub, client-side code, or forums).
Do not embed them directly in client applications.
All API requests must:
- Be made over HTTPS. Requests over plain HTTP will fail.
- Include valid authentication headers. Requests without proper credentials will also fail.
Request access
Section titled “Request access”Interested in integrating with the HookSounds API?
👉 To obtain your API Key and Authorization Token, please complete the API contact form and our team will guide you through the process of getting your API credentials.