post
https://api.octopush.com/v1/public/subaccount/credit-transfer/token
Encoding : UTF-8
Authentication
Your "api-key" and "api-login" identifiers must be added in the headers.
Definition
This web service allows you to get the necessary token for a credit transfer.
Special parameters
| Name | Type | Description |
|---|---|---|
| email_to | string | Email to be associated with the sub-account. |
Server Response Example in JSON
Success
{
"token": "**********"
}