Skip to main content
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

Query Parameters

externalAccountId
string
customerId
string
email
string
required

Response

success
boolean
Example:
message
string
Example:
authToken
string
Example: