curl --request GET \
--url https://api.comm.com/api/v1/billing/top-up \
--header 'Authorization: Bearer <token>'
{
"data": {
"enabled": "<string>",
"threshold": 123,
"amount": "<string>",
"reference": "<string>",
"payment_method": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"balance": "<string>",
"balance_number": 123
}
}
curl --request GET \
--url https://api.comm.com/api/v1/billing/top-up \
--header 'Authorization: Bearer <token>'
{
"data": {
"enabled": "<string>",
"threshold": 123,
"amount": "<string>",
"reference": "<string>",
"payment_method": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"balance": "<string>",
"balance_number": 123
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Show child attributes
TeamTopUpResource
The response is of type object
.