Skip to main content
GET
/
v2
/
orgs
/
{orgSlug}
/
groups
/
{groupSlug}
cURL
curl --request GET \
  --url https://api.eda.prisme.ai/v2/orgs/{orgSlug}/groups/{groupSlug} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "slug": "<string>",
  "id": "<string>",
  "orgSlug": "<string>",
  "description": "<string>",
  "memberCount": 123,
  "createdBy": "<string>",
  "updatedBy": "<string>",
  "createdAt": "<string>",
  "updatedAt": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

orgSlug
string
required
groupSlug
string
required

Response

Success

name
string
required
slug
string
required
id
string
orgSlug
string
description
string
memberCount
number
createdBy
string
updatedBy
string
createdAt
string
updatedAt
string