Authentication
Environments
Currently, only the production API is available.
Production: https://api.tillforty.com/webhook/c01dd71c
Our team must whitelist the IP address of any system requesting our service. You can whitelist your servers by providing your IP address to the Tillforty team.
API credentials
To use the Tillforty API, you must make calls from a server/service that has been whitelisted. Additionally, all endpoints require an API key to be provided in the Authorization header.
Example:
curl -X 'GET' \
'https://api.tillforty.com/webhook/c01dd71c' \
-H 'Authorization: 'API_KEY'
Last updated