Skip to main content
GET
/
api
/
handshake
/
check-balance
checkHandShakeBalance
curl --request GET \
  --url https://api.artemis.cynopsis.co/api/handshake/check-balance \
  --header 'Authorization: Bearer <token>'
{
  "creditBalance": 123,
  "otherBalanceInfo": {},
  "username": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

HandShakeAuth
string
required

HandShakeAuth

Response

OK

creditBalance
number<float>
otherBalanceInfo
object
username
string