Skip to content

Get VC details

GET
/v1/did/vcs/{vcId}
curl --request GET \
--url https://api.parasta.io/v1/did/vcs/example \
--header 'Authorization: Bearer <token>'
vcId
required
string

OK

Media type application/json

W3C VC Data Model 2.0.

object
@context
Array<string>
id
string
type
Array<string>
issuer
One of:
string
validFrom
string format: date-time
validUntil
string format: date-time
credentialSubject
object
key
additional properties
any
proof
object
key
additional properties
any
key
additional properties
any
Example generated
{
"@context": [
"example"
],
"id": "example",
"type": [
"example"
],
"issuer": {
"id": "example",
"name": "example"
},
"validFrom": "2026-04-15T12:00:00Z",
"validUntil": "2026-04-15T12:00:00Z",
"credentialSubject": {},
"proof": {}
}

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