Skip to content

Verify a presentation and persist minimized mapped attributes

POST
/vp/attribute-response
Code sample: Shell / cURL
curl --request POST \
--url https://auth.example.com/vp/attribute-response \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "vp_token": "example", "state": "example", "presentation_submission": { "additionalProperty": "example" } }'

The active access token is revalidated immediately before persistence.

Media type application/json
object
vp_token
required
string
state
required
string
presentation_submission
object
key
additional properties
Example generated
{
"vp_token": "example",
"state": "example",
"presentation_submission": {
"additionalProperty": "example"
}
}

Policy-ready attributes were verified and persisted.

Access token is invalid or inactive.

Access-token subject does not own the request.