Get keyset configuration

GET 

/v2/keysets/:id/config

Retrieves the complete configuration for a specific keyset, including the default values.

Request

Example
{
  "accessManager": {
    "enabled": false,
    "tokenRevoke": false
  },
  "files": {
    "enabled": false,
    "retention": 0,
    "region": "string"
  },
  "streamController": {
    "enabled": false,
    "wildcardSubscribe": false,
    "channelGroupLimit": 0
  },
  "appContext": {
    "enabled": false,
    "userMetadataEvents": false,
    "channelMetadataEvents": false,
    "membershipEvents": false,
    "disallowGetAllChannelMetadata": false,
    "disallowGetAllUserMetadata": false,
    "referentialIntegrity": false,
    "region": "string"
  },
  "apns": {
    "enabled": false,
    "teamId": "string",
    "authKeyId": "string",
    "filename": "string"
  },
  "fcm": {
    "filename": "string"
  },
  "messagePersistence": {
    "enabled": false,
    "includePresenceEvents": false,
    "deleteFromHistory": false,
    "retention": 0
  },
  "presence": {
    "enabled": false,
    "deltas": false,
    "generateLeaveOnDisconnect": false,
    "streamFiltering": false,
    "activeNoticeChannel": "string",
    "announceMax": 0,
    "interval": 0,
    "debounce": 0
  }
}
Example
{
  "statusCode": 0,
  "error": "BadRequest",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "Unauthorized",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "Forbidden",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "NotFound",
  "message": [
    "string"
  ]
}
Example
{
  "statusCode": 0,
  "error": "InternalError",
  "message": [
    "string"
  ]
}