Sign in

Get current user info (alt)

documented

Alias path for current user info (alternative reference).

GET /api/v1/myselfUsersno 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://app.nimble.com/api/v1/myself" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: ApiKey {{NIMBLE_API_KEY}}"