Sign in

Get a credit transfer token

documented

Obtain a token for credit transfer.

POST /v1/public/subaccount/credit-transfer/tokenAPI Subaccountsno 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.octopush.com/v1/public/subaccount/credit-transfer/token" \
  -X POST \
  -H "Content-Type: application/json" \
  -H "api-key: {{OCTOPUSH_API_KEY}}" \
  -H "api-login: {{OCTOPUSH_API_LOGIN}}" \
  -H "Accept: application/json" \
  -d '{\"email_to\": \"{{$email_to}}\"}'
Get a credit transfer token · Octopush · OpenIntegrations