Security
BearerAuthentication
GET
curl -i -X GET \
'https://yce-api-01.makeupar.com/s2s/v1.0/client/credit/history?page_size=20&starting_token=73a3c9e69b89' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "status": 200, "result": { "next_token": "73a3c9e69b89", "history": [ … ] } }