Developers
Trigger API
The Trigger API is implemented to respond via JSON and XML and follows REST principles
Authentication
Every request must include the user token and the account API key.
curl -d 'token=XXXXXXXXXXXX&api_key=XXXXXX' -G https://
The token and the API key can be found by logging into your Trigger account, clicking on your profile picture (upper-right corner), clicking on "My Settings" link and scrolling to the bottom part of the page.
Making requests
Be sure to set both 'token' and 'api_key' to be able to retrieve any data. Example with cURL:
curl -d 'token=XXXXXXXXXXXX&api_key=XXXXXX&format=xml' -G https://www.triggerapp.com/api/v1/me
Try a 30-day free trial
No credit card required