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/public-users \
--header 'Authorization: Bearer <token>'
{
"visitorEnabled": true,
"botEnabled": true,
"secure": true
}
Get public users configuration.
curl --request GET \
--url https://apix.us.amity.co/api/v3/network-settings/public-users \
--header 'Authorization: Bearer <token>'
{
"visitorEnabled": true,
"botEnabled": true,
"secure": true
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.