Agent
OpenAPI documentation for the Agent module
Last updated
OpenAPI documentation for the Agent module
Last updated
This endpoint facilitates the retrieval of a DID document id.
/public/did
Returns all the information needed to see the status of the services running
/public/getStatus
Endpoint facilitates the retrieval of a list of credentials that can be issued based
on the provided correlationId
. This endpoint expects the correlationId
to be passed as
a path parameter. Upon receiving a request, the server searches for JSON files located in the
/dev/oid4vci_metadata
directory, matching the correlationId
with the correlationId
property in the JSON files.
It also returns metadata, which has fields credential_issuer
(tells web address where issuer is located) and credential_endpoint
(tells web address endpoint where credential can be claimed). It also returns display
object and credential_supplier_config
object.
display
field name
will be displayed in wallet app as Authority Name when accepting a credential. Object credential_supplier_config
returns
all templates and mappings for the credential supplier.
/public/{correlationId}/.well-known/openid-credential-issuer
The correlation ID defined on the server (nchain in our case).