GET
/
api
/
v3
/
network-settings
/
prehook
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

Prehook configuration

Prehook Setting