Trust registry proof templates

parameters
/trust-registries/{registryId}/proof-templates
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

parameters
/trust-registries/{registryId}/proof-templates

Get Trust Registry proof templates

get
/trust-registries/{registryId}/proof-templates

Returns the Trust Registry proof templates

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

Query parameters
offsetinteger · int32Optional

How many items to offset by for pagination

Default: 0
limitinteger · int32 · min: 1 · max: 64Optional

How many items to return at one time (max 64)

Default: 64
Responses
chevron-right
200

List of proof templates

application/json
get
/trust-registries/{registryId}/proof-templates

Assigns a proof template to a trust registry

post
/trust-registries/{registryId}/proof-templates
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

Body
idstringRequired

The proof template ID

Example: a6cd414a-6eba-4241-9a9c-6f75864edbd5
Responses
chevron-right
200

Trust Registry has been assigned the proof template

No content

post
/trust-registries/{registryId}/proof-templates

No content

parameters
/trust-registries/{registryId}/proof-templates/{templateId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

templateIdstringRequired

A proof template id

parameters
/trust-registries/{registryId}/proof-templates/{templateId}

Remove Trust Registry proof template

delete
/trust-registries/{registryId}/proof-templates/{templateId}

Removes a Trust Registry proof template

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
registryIdstringRequired

A trust registry id

templateIdstringRequired

A proof template id

Responses
chevron-right
200

Trust Registry proof template has been deleted

No content

delete
/trust-registries/{registryId}/proof-templates/{templateId}

No content

Last updated

Was this helpful?