GET
/
api
/
v2
/
auth
/
account
/
oneTimeAuthToken
Generate one-time auth token
curl --request GET \
  --url https://api.vida.dev/api/v2/auth/account/oneTimeAuthToken
{
  "success": true,
  "message": "Success",
  "authToken": "token_here"
}

Authorizations

token
string
query
required

Vida API Token

Query Parameters

externalAccountId
string

Your system’s customer / account ID (optional)

email
string
required

Email address of the account user

Response

200
application/json

Auth token created

The response is of type object.