v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get Profile Group Detail

get/applications/{client_id}/profile-groups/{group_id}/

Path parameters

client_idstring required
group_idstring required

Response

200

idstring
namestring
is_activeboolean
descriptionstring
profile_countinteger
created_atstring

Example response

{
  "id": "4ecc2732-4ffc-4d70-832d-db09c2be36c2",
  "name": "Test Group",
  "is_active": true,
  "description": "Group for testing",
  "created_at": "2025-01-05T15:18:44.001306Z",
  "attributes": [
    {
      "key": "group_key_1",
      "value": "01"
    }
  ]
}