curl --request GET \
--url https://api.vida.dev/api/v2/tokens
{
"success": true,
"message": "Success",
"tokens": [
{
"token": "9fe4f9....",
"description": "Main app",
"type": "admin",
"timestamp": "1678829072",
"userId": 3
}
]
}
List all your existing tokens.
curl --request GET \
--url https://api.vida.dev/api/v2/tokens
{
"success": true,
"message": "Success",
"tokens": [
{
"token": "9fe4f9....",
"description": "Main app",
"type": "admin",
"timestamp": "1678829072",
"userId": 3
}
]
}
Vida API Token
Successful response
The response is of type object
.