Skip to main content

Get Analytics

GET 

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

Get Analytics

Request

Query Parameters

    projectId string
    Example: b39707ac-ca85-4fc4-9220-27b118cc264d
    certId string
    Example: 0x34fcbcb971f841128f84480a10d2e773
    queryDateStart stringrequired

    Query start date

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

    Query end date

    Example: 2024-10-29T06:59:59.999Z

Header Parameters

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

Responses

Successful response

Schema

    Authorization: http

    name: apikeyAuthtype: httpin: 
    import http.client

    conn = http.client.HTTPSConnection("public.api.mentaport.xyz")
    payload = ''
    headers = {
    'Accept': 'application/json'
    }
    conn.request("GET", "/prod/v1/certificates/analytics", payload, headers)
    res = conn.getresponse()
    data = res.read()
    print(data.decode("utf-8"))
    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!