Sign in

Create user token (v4)

documented

Create a user token for authenticating API requests (USER_KEY/USER_TOKEN).

POST /api/v4/sessionsAuthenticationno 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.airbrake.io/api/v4/sessions" \
  -X POST \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -H "Accept: application/json" \
  -d "email={{$email}}&password={{$password}}"
Create user token (v4) · Airbrake · OpenIntegrations