Skip to main content

verify VC

POST 

https://api.mtrust.io/api/gemini/v1/credentials/verify

verify the given Verifiable Credential

Request

Responses

Schema
    verified booleanrequired
    error object
    object
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Post, "https://api.mtrust.io/api/gemini/v1/credentials/verify");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://api.mtrust.io
ResponseClear

Click the Send API Request button above and see the response here!