Authorizations
An API key to authorize your request
Query Parameters
Start date of the search time range, in yyyy-mm-dd
format.
Example:
"2023-08-01"
End date of the search time range, in yyyy-mm-dd
format.
Example:
"2023-08-31"
Transaction type:
- 0 - Payment adjustment
- 2 - DID activation fee
- 3 - DID monthly fees
- 6 - DID forwarding
- 11 - PSTN forwarding fee
- 14 - Outbound call
- 15 - Outbound SMS
- 19 - Credit card payment
- 20 - Payment fee
- 23 - Porting fee
- 24 - Inbound SMS
- 25 - Admin payment
- 26 - Subscription payment
- 29 - Number validator
- 30 - Call recording
- 31 - Storage charge
- 32 - Campaign builder
- 33 - Voicemail detection
- 34 - Sender ID registration
- 35 - Sender ID monthly fee
- 36 - 2FA
- 37 - IVR
- 38 - E911 activation
- 39 - Outbound MMS
- 40 - Inbound MMS
- 41 - Call transcription
- 42 - 10DLC Brand registration
- 43 - 10DLC Campaign registration
- 44 - DID order
- 45 - Adjustment in
- 46 - URL shortener
- 47 - 10DLC Brand update
- 48 - 10DLC Brand appeal
- 49 - Audio transcription
- 50 - 10DLC Brand vetting
- 51 - 10DLC Brand vetting appeal
- 52 - Outbound SMS carrier fee
- 53 - Inbound SMS carrier fee
- 54 - Outbound MMS carrier fee
- 55 - Inbound MMS carrier fee
- 57 - Outbound SMS segment
- 58 - Inbound SMS segment
- 59 - Outbound MMS segment
- 60 - Inbound MMS segment
Available options:
0
, 2
, 3
, 6
, 11
, 14
, 15
, 19
, 20
, 23
, 24
, 25
, 26
, 29
, 30
, 31
, 32
, 33
, 34
, 35
, 36
, 37
, 38
, 39
, 40
, 41
, 42
, 43
, 44
, 45
, 46
, 47
, 48
, 49
, 50
, 51
, 52
, 53
, 54
, 55
, 56
, 57
, 58
, 59
, 60
Transaction comment
Example:
"monthly"
Retrieve a list of account top-ups only
Example:
true
Requested page
Example:
1
Number of records per page
Example:
25
Response
Indicates if there is no financial transactions on the account
Example:
false
A list of financial transactions
Example:
[
{
"id": 24789389,
"amount": "-0.99",
"balance_after": "309.0601",
"date": "2023-08-29T14:48:38.000Z",
"details": "Monthly fee for 16419252149",
"status": "committed",
"type": 3,
"show_invoice": false
}
]