Sign in

Authorize account

documented

Validate the username/password for account access.

POST /molpro/account/authorizeAccountsno 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://rest.click2mail.com/molpro/account/authorize" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic {{CLICK2MAIL_SECRET}}" \
  -d '{"username": "{{$username}}", "password": "{{$password}}"}'
Authorize account · Click2Mail · OpenIntegrations