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