Read-only endpoints for querying the MyShape identity mesh. All endpoints are public. No authentication required. Rate limiting will be added in a future version.
Look up a node by email. Returns status, handle, and registration timestamp.
{
"found": true,
"email": "user@example.com",
"node_handle": null,
"status": "GENESIS_NODE",
"registered_at": "2026-03-24T09:12:01.329Z"
}Returns total protocol node counts, broken down by type.
{
"total": 13,
"humans": 3,
"agents": 2,
"genesis_nodes": 1
}# Look up a node curl https://www.myshape.com/api/identity?email=hello@example.com # Get network stats curl https://www.myshape.com/api/nodes/count