Sign in

Get project group

documented

Get a project group.

GET /v2/project_groups/{id}Project Groupsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.letsfreckle.com/v2/project_groups/{{$id}}" \
  -X GET \
  -H "User-Agent: {{USER_AGENT}}" \
  -H "Accept: application/json" \
  -H "X-FreckleToken: {{LETSFRECKLE_API_KEY}}"