curl --request GET \
--url https://api.artemis.cynopsis.co/api/handshake/check-balance \
--header 'Authorization: Bearer <token>'{
"creditBalance": 123,
"otherBalanceInfo": {},
"username": "<string>"
}curl --request GET \
--url https://api.artemis.cynopsis.co/api/handshake/check-balance \
--header 'Authorization: Bearer <token>'{
"creditBalance": 123,
"otherBalanceInfo": {},
"username": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
HandShakeAuth