Getting Started
Welcome to the Trigify.io API! This guide is designed for developers looking to integrate Trigify.io into their applications and workflows. Whether you're new to APIs or an experienced developer, our goal is to make it straightforward for you to use our services.
Obtain your API Key: First, log in to your Trigify.io account and navigate to the Integrations page to find your API key. More info can be found hereπ
Find the API
Finding the API page.
Make Your First API Call: Use a GET HTTP API call. Here's an example using
curl
:
curl -X GET "https://demo.trigify.io/api/sdr/YourUnqiueSDRCodeHere/leads" -H "x-api-key: YourAPIKeyHere"
Check the Response: A successful request will return a JSON response with the data you requested. The structure of the response will depend on the endpoint you're accessing.
Remember, your API key is like a password. Keep it secure and never expose it in public repositories or forums.