Get Credit Transfers

In this code snippet you will see how to retrieve a list of all credit transfers.

Example

Ensure the following variables are set to your required values using any convenient method:

KeyDescription
VONAGE_API_KEYThe API key of the parent account.
VONAGE_API_SECRETThe API secret of the parent account.
START_DATEThe ISO format datetime from which to list transfers. Example: 2019-03-02T16:34:49Z.

Write the code

Add the following to get-credit-transfers.sh:

View full source

Run your code

Save this file to your machine and run it:

bash get-credit-transfers.sh

Try it out

When you run the code you will retrieve a list of all credit transfers.