Sign in

User login

documented

Authenticate a user and obtain a bearer token.

POST /api/v2/auth/loginAuthno 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.exceptionless.com/api/v2/auth/login" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email": "{{$email}}", "password": "{{$password}}"}'
User login · exceptionless · OpenIntegrations