Sign in

Get user

documented

Retrieve a specific user by id or email.

GET /api/v1/external/users/getUsersno 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://core.callpage.io/api/v1/external/users/get?id={{$id}}" \
  -H "Accept: application/json" \
  -H "Authorization: {{CALLPAGE_API_KEY}}"