Logo
30sec's Public API Documentation

Get balance

GET {{payment-url}}/users/{{username}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Authorization
string
Content-Type
string
X-Client-Id
string
X-Client-Secret
string




RESPONSES

status





Curl
curl -X GET 'payment-url/users/username' -H 'Authorization: Bearer access_token' -H 'Content-Type: application/x-www-form-urlencoded' -H 'X-Client-Id: payment-clientId' -H 'X-Client-Secret: payment-clientSecret'

ENDPOINTS