Mimoto
Support for downloading VC from multiple Issuers
Download via eSignet
Activate credentials
This api is used to generate otp for wallet binding. This api is used as a proxy to call Identity Provider - Send Binding OTP Endpoint api internally.
Body
requestTimestringOptional
Responses
200
OK
application/json
idstringOptional
versionstringOptional
responsetimestringOptional
metadataobjectOptional
post
/binding-otp200
OK
This api is used to bind the credential with wallet. This api is used as a proxy to call Identity Provider - Wallet binding Endpoint api internally.
Body
requestTimestringOptional
The request time
Responses
200
OK
application/json
versionstring · nullableOptional
idstring · nullableOptional
responsetimestring · nullableOptional
metadatastring · nullableOptional
errorsobject[]Optional
post
/wallet-binding200
OK
Configuration
Issuers Listing
get
This API provides data with search capability to populate the list of supported issuers in Inji Web, which is then displayed under the List of Issuers
Query parameters
searchstringOptional
Responses
200
OK
application/json
issuersanyOptional
get
/issuers200
OK
get
This API provides the complete configuration details for the specific issuers passed in the path variable
Path parameters
issuer-idstringRequired
Responses
200
OK
application/json
issuersanyOptional
get
/issuers/{issuer-id}200
OK
Last updated
Was this helpful?