getTokenTypeCreationStatus

This endpoint is used to check the status of token-type creation request.

public getTokenTypeCreationStatus(creationId: string) : VyPromise<VyTokenTypeCreationDetailView>

Parameters

creationId

string

To track the status of token-type creation. It is in the response body of the create token-type endpoint as `result.id`.

Returns

VyPromise<VyTokenTypeCreationDetailView>

Last updated