Skip to main content
GET
/
api
/
module-group-configurations
/
by-group-and-key
Error
A valid request URL is required to generate request examples
{
  "groupId": 123,
  "confKey": "<string>",
  "confDataType": "<string>",
  "confRequired": true,
  "id": 123,
  "confValue": "<string>",
  "confName": "<string>",
  "confDescription": "<string>"
}

Authorizations

Authorization
string
header
required

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

Utm-Internal-Key
string
header
required

Query Parameters

groupId
integer<int64>
required
confKey
string
required

Response

200 - */*

OK

groupId
integer<int64>
required
confKey
string
required
confDataType
string
required
confRequired
boolean
required
id
integer<int64>
confValue
string
confName
string
confDescription
string