Download OpenAPI specification:Download
This specification defines a RESTful TRQP Binding. It includes endpoints for retrieving Trust Registry metadata, authorization data, verifying entity authorization status, and checking ecosystem recognition.
entity_id required | string Unique identifier of the TRUST REGISTRY (identified by DID) that is the subject of the query. This is the "other trust registry" in the "Does your ecosystem recognized this other trust registry as assertion_id?". |
authority_id required | string Unique identifier of the ECOSYSTEM (identified by DID) that is being queried. This is the "your ecosystem" in the "Does your ecosystem recognize this other trust registry as assertion_id?". |
assertion_id required | string The assertion_id that is being tested against.
This is the |
object A flexible context object that can hold arbitrary key-value pairs.
|
{- "entity_id": "string",
- "authority_id": "string",
- "assertion_id": "string",
- "context": {
- "time": "2019-08-24T14:15:22Z",
- "property1": "string",
- "property2": "string"
}
}
{- "entity_id": "string",
- "authority_id": "string",
- "assertion_id": "string",
- "recognized": true,
- "time_requested": "2019-08-24T14:15:22Z",
- "time_evaluated": "2019-08-24T14:15:22Z",
- "message": "string",
- "context": {
- "time": "2019-08-24T14:15:22Z",
- "property1": "string",
- "property2": "string"
}
}