Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/prehook \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"callbackUrl": "<string>",
"defaultAction": "allow"
}Get prehook configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/prehook \
--header 'Authorization: Bearer <token>'{
"enabled": true,
"callbackUrl": "<string>",
"defaultAction": "allow"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.