Authorization: Bearer ********************
curl --location --request GET '/api/v2/ktties//billing-history'
{
"data": [
{
"id": "string",
"amount": {
"amount": "100.12",
"currency_code": "AUD"
},
"fee_type": "DigitalCard",
"charged_at": "2019-08-24T14:15:22Z",
"members": [
{
"uid": "string",
"uuid": "string",
"first_name": "Piers",
"last_name": "Morgan",
"image_url": "http://example.com/sample.png",
"is_blocked": true,
"can_receive_funds": true,
"user_status": "Registered",
"can_become_admin": false,
"role": "Owner",
"status": "Approved"
}
]
}
],
"meta": {
"next_cursor_key": "string",
"has_more": true
}
}