Webhooks
Last Updated: 03.05.2023 08:59
General Information
Using webhooks allows you to receive HTTP notifications at a specified URL about events that have occurred in the exchange.
Configuration
To configure webhooks, go to the "Application Settings" - "Webhooks Settings". You can specify a secret key that will be sent in the HTTP header "X-Authorization".
Exampe Request
The key is the webhook ID, and the value consists of event objects.
curl -X POST 'https://YOUR.HOST' \
--header 'X-Authorization: SECRET_KEY' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'web_hooks={"1":[["object"],["object"]],"2":[["object"],["object"]]}'
Data Processing
# | Description |
---|---|
0 | User Status Changed |
1 | Order Status Changed |
2 | Verification Request Status Changed |
3 | Reserve Request Status Changed |
4 | Investment Status Changed |
5 | Blocked Payment Requisite Status Changed |
6 | Review Status Changed |
Work Documentation
For Developers
We work without days off 10:00 - 20:00 (GMT+3)
© 2018 - 2024 Made with Exchanger CMS