Skip to content

List VCs

GET
/v1/did/vcs
curl --request GET \
--url 'https://api.parasta.io/v1/did/vcs?page=1&size=20' \
--header 'Authorization: Bearer <token>'
page
integer
default: 1 >= 1
size
integer
default: 20 >= 1 <= 100

OK

Media type application/json
object
credentials
Array<object>
object
vcId
string
type
Array<string>
issuer
string
issuanceDate
string format: date-time
expirationDate
string format: date-time
status
string
Allowed values: active revoked expired
credentialSubject
object
key
additional properties
any
Example
{
"credentials": [
{
"status": "active"
}
]
}

Please contact your representative. 담당자에게 문의해주세요.