Interactions
Credentials
Exchanges
Retrieve available interaction protocols from the interaction originator.
Retrieve available interaction protocols from the interaction originator.
get/interaction/{interactionId}
Path parameters
The unique interaction identifier for the current interaction.
Query parameters
iuv'1' required
Informs a reader of the Interaction URL of the Interaction API version, and allows for quick disambiguation of the URL when scanned from a QR Code.
Request body
Example request
{
"inviteRequest": "https://website.example/invitation/87654321/invite-request/response",
"vcaml": "https://vcapi.example/workflows/z1A1FjMfnG/exchanges/z19mxakBFecZ",
"otherFutureAPI": "https://otherFutureAPI.example/collection/0987"
}Response
The protocols object with the advertised interaction protocol options.
Example response
{
"inviteRequest": "https://website.example/invitation/87654321/invite-request/response",
"vcaml": "https://vcapi.example/workflows/z1A1FjMfnG/exchanges/z19mxakBFecZ",
"otherFutureAPI": "https://otherFutureAPI.example/collection/0987"
}