XenForo
Administrative
- Thread starter
- Admin
- #1
When using a super admin key to create an alert through the API you'll get a 403 Forbidden response if you don't pass an
Example request:
Code:
Read more
ادامه مطلب...
XF-Api-User
which makes it a requirement to have an alert that is coming from a specific user rather than having a system / anonymous alertExample request:
Code:
Code:
curl --request POST \
--url http://xf22.localhost/api/alerts \
--header 'Content-Type: multipart/form-data; boundary=---011000010111000001101001' \
--header 'XF-Api-Key...
Read more
ادامه مطلب...