Sign in

Login (OAuth)

documented

Authenticate and obtain an access token using login and password via form-encoded data.

POST /api/1/loginOAuthAuthenticationno 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://evenium.com/api/1/loginOAuth?login={{$login}}' \
  -X POST \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/x-www-form-urlencoded' \
  -d 'pwd={{$pwd}}' # Source: Evenium API v1 - organizer docs turn0search0