Sign in

Get Credits

documented

Return a list of current credits/expirations across accounts.

GET /v1.0/creditsAdmin APIno 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://admin.api.esendex.com/v1.0/credits?expiresAfter={{$expiresAfter}}&expiresBefore={{$expiresBefore}}&allocatedTo={{$allocatedTo}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "Authorization: Basic {{ESENDEX_SESSION}}"
Get Credits · Esendex · OpenIntegrations