Get my credit information

  • This API can receive my credit infomation.

request my credit information#

bash
curl -X GET \
"https://develop.kokoon.cloud/kokoon/api/sr/v3/credit/me" \
-H "Content-Type:application/json" \
-H 'Authorization: eyJraWQiOiJPMGs5...eyJzdWIiOiIzN2U3NzYxM'

response#

json
{
"uid": "539e3480-929a-11ee-ada2-51e4bfe11414",
"credit": 4058,
"point": 0
}

response body field#

field type description
uidstringuser unique id.
creditstringa remained credit.
pointstringa remained point.