Skip to main content
GET
/
profile-groups
List Profile Groups
curl --request GET \
  --url https://api.gominerva.com/tenant-config/v1/profile-groups \
  --header 'x-api-key: <api-key>'
{
  "message": "Profile Groups Retrieved Successfully",
  "result": {
    "profileGroups": [
      {
        "_v": 1,
        "id": "665f0d4c2d2f7c2b2f2f2f31",
        "created": "2026-05-30T14:20:00Z",
        "updatedAt": "2026-05-30T14:25:00Z",
        "tenantId": "tenant_123",
        "workspaceId": "workspace_live",
        "key": "high-risk",
        "name": "High Risk",
        "description": "Enhanced diligence customers requiring the most frequent monitoring.",
        "priority": 100,
        "archived": false,
        "monitoringFeedFrequencies": {
          "Sanctions": "deltas",
          "PEP": "weekly",
          "News": "weekly"
        }
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.

Query Parameters

includeArchived
boolean
default:false

Set to true to include archived profile groups in the response.

Response

200 - application/json

Profile groups listed successfully

message
string
Example:

"Profile Groups Retrieved Successfully"

result
object