GET
/
api
/
v3
/
network-settings
/
security-configs
Get network security configuration
curl --request GET \
  --url https://apix.us.amity.co/api/v3/network-settings/security-configs \
  --header 'Authorization: Bearer <token>'
{
  "securityConfigs": {
    "serverKey": {
      "expiresInHours": 168,
      "apiScopeEnabled": true
    },
    "adminToken": {
      "expiresInHours": 24
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Security configuration

The response is of type object.