Skip to main content

Evaluates if there is consent for the given subscription and consent subject.

Path Parameters
  • subscriptionId uuid required

    Format - uuid. Subscription ID

Header Parameters
  • tapio-application-id uuid

    Format - uuid.

  • api-version ApiVersionHeader required

    Possible values: [v1]

Request Body

Evaluate consent body.

  • consentSubjectId uuid

    Consent subject ID.

Responses

OK


Schema
  • hasConsented boolean

    True when a user has given consent for the subscription.

Loading...