Sign in

Get current user info

documented

Returns information about the authenticated Nimble user.

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}}"
Get current user info · nimble · OpenIntegrations