Get Billing Data

List all billing data for a user id

GET or POST Request

https://v1.api19.com/account/billing/data

Get a JSON object of all billing data for a user id

HTTP Post Variables Supported

Argument

Required

Type

user_id

yes

5 digit user_id

start_date

yes

2025-05-03

end_date

yes

2025-05-05

key

yes

api key

curl https://v1.api19.com/account/billing/data \
 -d 'key=api_token' \
 -d 'user_id=20000' \
 -d 'start_date=2025-05-03' \
 -d 'end_date=2025-05-04'

Last updated