Skip to main content
GET
/
teams
/
{team_id}
/
reputation
/
verify
Verify team reputation cryptographically
curl --request GET \
  --url https://api.mnemom.ai/v1/teams/{team_id}/reputation/verify
{
  "team_id": "<string>",
  "score": 123,
  "grade": "<string>",
  "computed_at": "2023-11-07T05:31:56Z",
  "verification": {
    "proof_hash": "<string>",
    "computed_at": "2023-11-07T05:31:56Z",
    "total_assessments": 123
  }
}

Path Parameters

team_id
string
required

Team identifier (UUID)

Response

Reputation with verification proof

team_id
string
score
number
grade
string
computed_at
string<date-time>
verification
object