Get user information
documentedRetrieve information about the authenticated user and their organization.
GET /api/v1/meUsersno implementation yet0 runsNo 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\"