GET/trusted-issuers-registry/v4/issuers/:did/proxies/:proxyId/:path
Retrieves a StatusList2021Credential JWT through the issuer's proxy.
Request
Path Parameters
- did
- proxyId
- StatusList2021Credential path
Description: Valid Pilot DID
Example: did:ebsi:zsqBYQuKunNdr3XfGfPUvU7
Description: Valid Pilot proxyId
Example: 0xe34e137dbefa842d71c0c840ddb4900af3611e297d8403e80f99a13e187e8d63
Description: Path to a StatusList2021Credential
Example: credentials/status/1
Responses
- 200
- 400
- 404
- 500
Success
- application/json
- Schema
- Success
Schema
eyJhbGciOiJFUzI1NksiLCJ0eXAiOiJKV1QiLCJraWQiOiJkaWQ6ZWJzaTp6cGlESjZaWExnTmU3UGVTMjdjdGhURiNrZXlzLTEifQ.eyJqdGkiOiJodHRwczovL2V4YW1wbGUubmV0L2NyZWQvMSIsInN1YiI6ImRpZDplYnNpOnpwaURKNlpYTGdOZTdQZVMyN2N0aFRGIiwiaXNzIjoiZGlkOmVic2k6enBpREo2WlhMZ05lN1BlUzI3Y3RoVEYiLCJuYmYiOjE2MTc2MzI4NjAsImlhdCI6MTYxNzYzMjg2MCwidmMiOnsiQGNvbnRleHQiOlsiaHR0cHM6Ly93d3cudzMub3JnLzIwMTgvY3JlZGVudGlhbHMvdjEiLCJodHRwczovL3czaWQub3JnL3ZjL3N0YXR1cy1saXN0LzIwMjEvdjEiXSwiaWQiOiJodHRwczovL2V4YW1wbGUubmV0L2NyZWQvMSIsInR5cGUiOlsiVmVyaWZpYWJsZUNyZWRlbnRpYWwiLCJTdGF0dXNMaXN0MjAyMUNyZWRlbnRpYWwiXSwiaXNzdWVyIjoiZGlkOmVic2k6enBpREo2WlhMZ05lN1BlUzI3Y3RoVEYiLCJpc3N1ZWQiOiIyMDIxLTA0LTA1VDE0OjI3OjQwWiIsImlzc3VhbmNlRGF0ZSI6IjIwMjEtMDQtMDVUMTQ6Mjc6NDBaIiwidmFsaWRGcm9tIjoiMjAyMS0wNC0wNVQxNDoyNzo0MFoiLCJjcmVkZW50aWFsU3ViamVjdCI6eyJpZCI6ImRpZDplYnNpOnpwaURKNlpYTGdOZTdQZVMyN2N0aFRGIiwidHlwZSI6IlN0YXR1c0xpc3QyMDIxIiwic3RhdHVzUHVycG9zZSI6InJldm9jYXRpb24iLCJlbmNvZGVkTGlzdCI6Ikg0c0lBQUFBQUFBQUEtM0JNUUVBQUFEQ29QVlBiUXdmb0FBQUFBQUFBQUFBQUFBQUFBQUFBSUMzQVliU1ZLc0FRQUFBIn0sImNyZWRlbnRpYWxTY2hlbWEiOlt7ImlkIjoiaHR0cHM6Ly9hcGktdGVzdC5lYnNpLmV1L3RydXN0ZWQtc2NoZW1hcy1yZWdpc3RyeS92Mi9zY2hlbWFzLzB4MjMwMzllNjM1NmVhNmI3MDNjZTY3MmU3Y2ZhYzBiNDI3NjViMTUwZjYzZGY3OGUyYmQxOGFlNzg1Nzg3ZjZhMiIsInR5cGUiOiJGdWxsSnNvblNjaGVtYVZhbGlkYXRvcjIwMjEifSx7ImlkIjoiaHR0cHM6Ly9hcGktdGVzdC5lYnNpLmV1L3RydXN0ZWQtc2NoZW1hcy1yZWdpc3RyeS92Mi9zY2hlbWFzLzB4NjBkMmI2YTlhOTIzZGFjZmE2YzJjYjAzZDEwMWI5MmMyYjI2ODNlZDVlMjQ4ZmZhOGZiNDE0ZWRiYjZiOTY3MCIsInR5cGUiOiJGdWxsSnNvblNjaGVtYVZhbGlkYXRvcjIwMjEifV19fQ.j_rSoYiqLjo0HQhnq1Gu4FMPLbstfG7ONYjW0N5gBFdtCJb-Mel6kVplBHCTWC9GY2GHEOhYDpI7wo5leVa0ZQ
Bad Request
- application/problem+json
- Schema
- Invalid {did} Parameter
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Bad Request",
"status": 400,
"detail": "The format of {did} parameter is not valid"
}
Not found
- application/problem+json
- Schema
- DID Not Found
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Not found",
"status": 404,
"detail": "Not found"
}
Internal Server Error
- application/json
- Schema
- Internal Server Error
Schema
Default value: about:blank
An absolute URI that identifies the problem type. When dereferenced, it SHOULD provide human-readable documentation for the problem type.
A short summary of the problem type.
Possible values: >= 400
and <= 600
The HTTP status code generated by the origin server for this occurrence of the problem.
A human readable explanation specific to this occurrence of the problem.
An absolute URI that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"title": "Internal error",
"status": 500,
"detail": "Internal error"
}