Sign in

Get user information

documented

Retrieve information about the authenticated user and their organization.

GET /api/v1/meUsersno 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.wordsmith.ai/api/v1/me\" \
  -X GET \
  -H \"Authorization: Bearer {{AUTOMATEDINSIGHTS_API_KEY}}\" \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\"
Get user information · automatedinsights · OpenIntegrations