Sign in

Get access token

documented

Obtain an OAuth access token using password or client credentials.

POST /oauth/tokenAuthenticationno 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.wootric.com/oauth/token" \
  -X POST \
  -F "grant_type=client_credentials" \
  -F "client_id={{WOOTRIC_CLIENT_ID}}" \
  -F "client_secret={{WOOTRIC_CLIENT_SECRET}}" \
  -H "Accept: application/json"
Get access token · Wootric · OpenIntegrations