# Retrieve group information **GET /api/v1/groups/{group_identifier}** ## Servers - https://app.fridaypulse.com: https://app.fridaypulse.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **group_identifier** (string) The id or a code for a group ## Responses ### 200 Group information #### Body: application/json (object) - **id** (integer) The group ID - **code** (string) The group code - **name** (string) The group name - **parent_id** (integer) The ID of the group's parent. Only for hierarchical groups. [Powered by Bump.sh](https://bump.sh)