API Reference

After getting your API key (follow this guide to receive one), make sure to include an Authorization header set to "Token YOUR_KEY" in all requests.

Here's an example of such a request:

curl --request GET \ --url https://contacts.muraena.ai/api/client_api/industries/ \ --header 'Authorization: Token YOUR_KEY' \ --header 'accept: application/json'