Skip to content

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" }'
Media type application/json
object
credential_profile_id
required
string
Example generated
{
"credential_profile_id": "example"
}

Wallet authorization request created.

Access token is invalid

Access token lacks the vc.attribute scope.

The pinned profile mapping is unavailable.