Organizations API
Endpoints for querying the cryptographic identities of employers and institutions.
Assess an Organization
GET
/v1/organizations/:did/verifyCheck the registry status of an issuing organization. Before accepting a credential issued by an employer, your system should assess that the employer's DID is in good standing and not flagged for fraud.
Response Example
200 OK Response
{
"did": "did:web:acmecorp.com",
"registryStatus": "ACTIVE",
"verifiedNames": ["Acme Corporation", "Acme Corp"],
"trustScore": 98.5,
"lastAudited": "2026-07-15T00:00:00Z"
}Automated Audits
The People Index platform continuously audits organizations against global business registries. If an organization's
registryStatus drops to SUSPENDED, all credentials issued by them during the suspension period are invalidated.