Skip to Content
APIIBA APIIBA API — Webhooks

IBA API — Webhooks

4 endpoints. Server: https://api.tunnelflight.com/api

Create Facebook Data Deletion

POST /facebook-data-deletion

Request body

Request body example (default)

{ "signed_request": "" }

Responses

2XX — Successful response

Try it

curl --request POST \ --url 'https://api.tunnelflight.com/api/facebook-data-deletion' \ --header 'content-type: application/json' \ --data '{"signed_request":""}'

View source on GitHub → 


Create Mandrill Webhook

POST /mandrill-webhook

Request body

Request body example (default)

{ "mandrill_events": "" }

Responses

2XX — Successful response

Try it

curl --request POST \ --url 'https://api.tunnelflight.com/api/mandrill-webhook' \ --header 'content-type: application/json' \ --data '{"mandrill_events":""}'

View source on GitHub → 


Create Stripe Webhook

POST /stripe-webhook

Request body

Request body example (default)

{ "type": "", "data": "", "fromApp": "", "paymentIntentId": 0 }

Responses

2XX — Successful response

Try it

curl --request POST \ --url 'https://api.tunnelflight.com/api/stripe-webhook' \ --header 'content-type: application/json' \ --data '{"type":"","data":"","fromApp":"","paymentIntentId":0}'

View source on GitHub → 


Get Facebook Data Deletion Status

GET /facebook-data-deletion-status

Responses

2XX — Successful response

Try it

curl --request GET \ --url 'https://api.tunnelflight.com/api/facebook-data-deletion-status'

View source on GitHub → 

Last updated on