VeztaVezta

User

User profile, email verification, preferences, API keys, and connected wallets.

The User API provides user profile, email verification, preferences, api keys, and connected wallets.

Endpoints

MethodPathAuthDescription
POST/api/v1/user/email/verifyBearerSend email verification code
POST/api/v1/user/email/verify/confirmBearerConfirm email verification code
POST/api/v1/user/api-keysBearerCreate a new API key
POST/api/v1/user/onboardingBearerComplete onboarding
PUT/api/v1/user/profileBearerUpdate user profile
PUT/api/v1/user/preferencesBearerUpdate user preferences
DELETE/api/v1/user/api-keys/{id}BearerRevoke an API key
GET/api/v1/user/profileBearerGet user profile
GET/api/v1/user/preferencesBearerGet user preferences
GET/api/v1/user/api-keysBearerList active API keys
GET/api/v1/user/connected-walletsBearerGet connected wallets

On this page