Groups Config API
Get group
Fetch a single group by name.
GET
Get group
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the app the request refers to. An application's unique identifier.
Examples:
"54e9ujn"
"fvua38g"
The name of the group the request refers to. A group name, unique per application.
Maximum string length:
64Pattern:
^[a-zA-Z0-9\-_]+$Example:
"admins"
Get group