Authorizations
Vida API Token
Query Parameters
Target account ID when acting on behalf of another account
Response
Account details
curl --request GET \
--url https://api.vida.dev/api/v2/account{
"id": 123,
"username": "[email protected]",
"details": {}
}Retrieve details for the authenticated account
curl --request GET \
--url https://api.vida.dev/api/v2/account{
"id": 123,
"username": "[email protected]",
"details": {}
}Vida API Token
Target account ID when acting on behalf of another account
Account details