Sign in

Get avatar

documented

Return URLs to a user’s avatar.

GET /api/users/{id}/avatarUsersno 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://apitest.letsfreckle.com/api/users/{{$user_id}}/avatar.json" \
  -X GET \
  -H "X-FreckleToken: {{LETSFRECKLE_API_KEY}}" \
  -H "Accept: application/json"
Get avatar · Freckle · OpenIntegrations