Sign in

Show user

documented

Retrieve details for a specific user.

GET /api/users/{id}Usersno 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://{{$subdomain}}.letsfreckle.com/api/users/{{$user_id}}.json" \
  -X GET \
  -H "X-FreckleToken: {{LETSFRECKLE_TOKEN}}" \
  -H "Accept: application/json"