GET
/
api
/
v2
/
account
Get account details
curl --request GET \
  --url https://api.vida.dev/api/v2/account
{
  "id": 123,
  "username": "user@example.com",
  "details": {}
}

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