ReferencesApi referenceRequestRequests
Read a request
Retrieves a record identified by the provided `address`. If the record with the provided address doesn't exist, API will return 404 error.
Authorization
Authorization
RequiredBearer <token>JWT signed by private key. The presence of this token is not mandatory. It becomes required through the configuration of authorization access rules that requires a token to grant access. Once sent, the token is validated for its format, signature and expiration, regardless of the presence of access rules.
In: header
Path Parameters
address
RequiredstringThe address of the record
Pattern:
"^(((?<schema>[a-zA-Z0-9_\\-+.]+):)?(?<handle>[a-zA-Z0-9_\\-+.]+))(@(?<parent>[a-zA-Z0-9_\\-+.]+))?$"
Header Parameters
x-ledger
string | stringThe unique identifier of ledger in context for multi tenant requests.
Request corresponding to the provided address