- Neucron
- Admin
- App
- Assetyzer
- Get AllAsset of current userGET
- Update CertificatePUT
- Register CertificatePOST
- Get Certificate DetailsGET
- Mint CertificatePOST
- Deleting AssetDELETE
- Deploy AssetPOST
- Get Asset DetailsGET
- Data IntegrityPOST
- Issue AssetPOST
- Get AssetLedger DetailsGET
- Get AllAssetLedgers of current userPOST
- Merge AssetPOST
- Mint AssetPOST
- Redeem AssetPOST
- Register AssetPOST
- Updating Security TokenPUT
- Register Security TokenPOST
- Get Asset statsGET
- Sync MNEE tokenGET
- Data Integrity For TextPOST
- Transfer AssetPOST
- Updating AssetPUT
- Get All Utility TokenGET
- Assetyzer Business
- Auth
- Invoice
- Notification
- Pay
- Team
- Templates
- Wallet
Mint Certificate
POST
/v1/asset/certificate/mint
Assetyzer
Last modified:2025-05-08 10:58:16
Request
Query Params
assetID
string
required
Body Params application/json
array of:
Additional properties
string
optional
Example
[
{
"property1": "string",
"property2": "string"
}
]
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/asset/certificate/mint?assetID' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"property1": "string",
"property2": "string"
}
]'
Responses
🟢200OK
application/json
Body
Additional properties
string
optional
Example
{
"property1": "string",
"property2": "string"
}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2025-05-08 10:58:16