Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://apix.us.amity.co/webhook/follow.didDeclineRequest \
--header 'Authorization: Bearer <token>'{
"event": "<string>",
"data": {
"from": "<string>",
"to": "<string>",
"status": "none",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}This is called when a user declines a follow request from another user.
curl --request GET \
--url https://apix.us.amity.co/webhook/follow.didDeclineRequest \
--header 'Authorization: Bearer <token>'{
"event": "<string>",
"data": {
"from": "<string>",
"to": "<string>",
"status": "none",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.