Skip to main content

Get Analytics

GET 

https://public.api.mentaport.xyz/prod/v1/certificates/analytics

Get Analytics

Request

Query Parameters

    queryDateStart stringrequired

    Query start date

    Example: 2024-09-30T07:00:00.000Z
    queryDateEnd stringrequired

    Query end date

    Example: 2024-10-29T06:59:59.999Z
    projectId string
    Example: b39707ac-ca85-4fc4-9220-27b118cc264d
    certId string
    Example: 0x4b0b29b850d54871a45f291422fdd890

Header Parameters

    x-api-key string
    Example: {{_apiKeyDevMM}}

Responses

Successful response
Schema

Authorization: http

name: apikeyAuthtype: httpin: 
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://public.api.mentaport.xyz/prod/v1/certificates/analytics");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://public.api.mentaport.xyz/prod/v1
Auth
Parameters
— queryrequired
— queryrequired
— query
— query
— header
ResponseClear

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