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)

customerId
string

Alternative to externalAccountId. Provide either this or your externalAccountId (optional)

email
string
required

Email address of the account user

Response

Auth token created

The response is of type object.