get https://api.vcita.biz/platform/v1/tokens
Gets a list of tokens.
Log in to see full request history
Response
Gets a list of tokens.
xxxxxxxxxx
curl --request GET \
--url https://api.vcita.biz/platform/v1/tokens \
--header 'accept: application/json'
xxxxxxxxxx
10{
"data": {
"tokens": [
{
"token": "some_token"
}
]
},
"status": "OK"
}