Reviewers
GET /v1/reviewers for the public methodology reviewer roster.
GET /v1/reviewers
List the methodology reviewer roles and the count of signed attestations authored under each.
Response
{
"data": [
{
"id": "methodology-committee",
"name": "Methodology Committee",
"role": "committee",
"bio": null,
"profile_url": null,
"status": "active",
"attestation_count": 42
}
]
}Reviewer roles include methodology_lead, risk_analyst, asset_specialist, protocol_specialist, and committee.