Initiate profile-controlled attribute verification
POST
/vp/initiate
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/vp/initiate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "credential_profile_id": "example" }'Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ” Media type application/json
object
credential_profile_id
required
string
Example generated
{ "credential_profile_id": "example"}Responses
Section titled “ Responses ”Wallet authorization request created.
Access token is invalid
Access token lacks the vc.attribute scope.
The pinned profile mapping is unavailable.