Skip to main content

nexigon_api.users.UserTokenCreatedEvent

Event indicating that a user token has been created.

userIdnexigon_api.users.UserId (string)required

Unique ID of a user.

tokenIdnexigon_api.users.UserTokenId (string)required

Unique ID of a user token.

nexigon_api.users.UserTokenCreatedEvent
{
"userId": "string",
"tokenId": "string"
}