curl --request GET \
--url https://api.terminal49.com/v2/webhooks/ips \
--header 'Authorization: <api-key>'{
"webhook_notification_ips": [
"35.222.62.171",
"3.230.67.145",
"44.217.15.129"
],
"last_updated": "2023-10-17T21:23:16Z"
}Return the list of IPs used for sending webhook notifications. This can be useful for whitelisting the IPs on the firewall.
curl --request GET \
--url https://api.terminal49.com/v2/webhooks/ips \
--header 'Authorization: <api-key>'{
"webhook_notification_ips": [
"35.222.62.171",
"3.230.67.145",
"44.217.15.129"
],
"last_updated": "2023-10-17T21:23:16Z"
}Documentation Index
Fetch the complete documentation index at: https://terminal49-docs-api-documentation-improvements.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Was this page helpful?