{
    "name": "AIFOD partner API",
    "version": "1.0",
    "auth": "Send your key in the X-API-Key header.",
    "endpoints": {
        "GET /v1/members/{identifier}": "Everything AIFOD holds for one member",
        "GET /v1/members/{identifier}/certification": "FAIR certificates and applications in flight",
        "GET /v1/members/{identifier}/contributions": "AID contributions this member has made",
        "GET /v1/members/{identifier}/aid": "Aid this member has requested or received",
        "GET /v1/registry": "Certified organisations (public)",
        "GET /v1/certificates/{code}": "Verify one certificate (public)",
        "GET /v1/certificates/{code}/download": "The certificate document as a PDF",
        "GET /v1/aid/contributions": "Published AID contributions",
        "GET /v1/aid/summary": "AID totals by programme"
    }
}