Skip to main content
GET
/
api
/
v2
/
account
Get account details
curl --request GET \
  --url 'https://api.vida.dev/api/v2/account?token='
{
  "id": 123,
  "username": "user@example.com",
  "details": {}
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetAccountId
number

Target account ID when acting on behalf of another account

Response

Account details

id
number
Example:

123

username
string
Example:

"user@example.com"

details
object