Skip to main content
GET
/
groups
/
{identifier}
Retrieve a group
curl --request GET \
  --url https://api-joy.joyfill.io/v1/groups/{identifier} \
  --header 'Authorization: Basic <encoded-value>'
"{\n  \"_id\": \"String\",\n  \"identifer\": \"String\",\n  \"title\": \"String\"\n}"

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Authorization
string

Supports both API Key and User Access Token authorization. See https://joyfill.mintlify.app/api/authentication

Path Parameters

identifier
string
required

Response

200

_id
string
Example:

"String"

identifer
string
Example:

"String"

title
string
Example:

"String"