Get Policy Documents
Get policy documents. Only users with the Standard Registry role are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdanyRequired
Policy identifier.
Query parameters
pageSizenumberRequired
Page size.
pageIndexnumberRequired
Page index.
typestring ยท enumRequiredPossible values:
Document type.
includeDocumentbooleanRequired
Include document field.
Responses
200
Documents.
application/json
Responseobject[]
500
Internal server error.
application/json
get
/policies/{policyId}/documentsGET /api/v1/policies/{policyId}/documents?pageSize=1&pageIndex=1&type=VC&includeDocument=true HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{}
]Last updated