---
title: "Provides a location for a particular invitation response to be submitted to the by the entity trying to start an interaction. When an implementer has implemented the full specification, it is expected that the {inviteId} parameter will be equivalent to the {exchangeId}."
method: POST
path: "/{inviteId}/invite-request/response"
tags: ["Interactions", "Invite Request", "Exchanges"]
---

# Provides a location for a particular invitation response to be submitted to the by the entity trying to start an interaction. When an implementer has implemented the full specification, it is expected that the {inviteId} parameter will be equivalent to the {exchangeId}.

`POST /{inviteId}/invite-request/response`

Ths endpoint is one of the ones expected to be included as a fully formed URL in the protocols object returned by the /interactions/{interactionId} endpoint.

## Path parameters

- `inviteId` union, required
  - string
  - integer

## Request body

- InviteResponse — Object for a continuation URL for an interaction, along with a purpose for a given interaction.
  - `url` string, required — A URL where the recipient can continue the interaction, should they choose.
  - `purpose` string, required — A reason for the interaction that is human readable and usable in a concent interaction with the user recieving the inviteResponse object.
  - `referenceId` string, required — An ID used to reference this particular inviteResponse, mostly for debug purposes.

## Response `200`

The inviteResponse object has been injested and was understood. This does not mean an interaction will continue, only that the inviteResponse was understood.

## Other responses

- `400` — Invalid or malformed input.

---

[API](https://skmtc.dev/w3c/apis/verifiable-credential-api-for-lifecycle-management.md) · [All operations](https://skmtc.dev/w3c/apis/verifiable-credential-api-for-lifecycle-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/w3c/verifiable-credential-api-for-lifecycle-management/revisions/3ba233461759/schema)
