# CheckSuiTokenTypeCreation

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

{% code overflow="wrap" %}

```cpp
void CheckSuiTokenTypeCreation(FString CreationId, const FVyOnCheckSuiTokenTypeCreationComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| CreationId | FString                                | To track the status of token-type creation. It is in the response body of the create token-type endpoint as \`result.id\`. |
| ---------- | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------- |
| OnComplete | FVyOnCheckSuiTokenTypeCreationComplete | The callback function called when the user preferences retrieval operation is complete.                                    |

\
**OnComplete Callback** (FVyOnCheckSuiTokenTypeCreationComplete)\
Contains a [FVyCheckErc1155TokenTypeResultDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvycheckerc1155tokentyperesultdto) response type
