Skip to content

postDcqlQuery

POST
/dcql-query/create

Create a DCQL query

The DCQL query

DcqlQuery

A DCQL query object that specifies a query for one or more credentials

object
credentials
required
Array<object>
CredentialQuery

A credential query object that specifies a query for a set of claims

object
id
required
string
Example
id1
format
required
string
Example
jwt_vc_json-ld
meta
object
key
additional properties
any
claims
Array<object>
ClaimsQuery

A claims query object that specifies a query for a single credential claim

object
id
string
Example
claim_id1
path
required
Array<string>
Example
[
"credentialSubject",
"id"
]
require_cryptographic_holder_binding
boolean
Example
true

If the DCQL query was created

Response

A jakarta response object

object