PearPear

Grant the requested scopes

Records consent for this interaction and returns the redirect that completes the flow.

POST
/interaction/{uid}/confirm
AuthorizationBearer <token>

In: header

Path Parameters

uid*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Consent confirmation body — the granted scope set

Response Body

application/json

curl -X POST "https://example.com/interaction/string/confirm" \  -H "Content-Type: application/json" \  -d '{}'
{  "returnTo": "string"}