Consumer Metrics

šŸš§

Experimental API

This feature is still in the experimental phase. For enabling the permissions for your credentials, ask us in our help desk.


Check the Consumer status metrics using the GET /metrics/consumers method in the API.

{
    "status": [
        {
            "count": "3",
            "status": "pending_documents"
        },
        {
            "count": "360",
            "status": "ready"
        },
        {
            "count": "19",
            "status": "provider_rejected"
        }
    ],
    "actions": {
        "count": 1,
        "name": "pending_deletion"
    }
}