RefreshConsent

SecurityOAuth2
Request
path Parameters
id
required
string
Request Body schema:
object or null

Contains settings for redirects

state
string or null

Can be used by client to keep track of consent flow. Will be returned in response to CreateConsent API call and added to return url as a queryparameter if return url is specified.

Responses
201

Created

401

Unauthorized

403

Forbidden

put/consents/{id}/refresh
Request samples
{}
Response samples
application/json
{
  • "consentId": "1E5EFC3B-635E-4973-A605-41D7F0D6D7B3",
  • "redirectUrl": "https://google.com",
  • "status": "Created",
  • "state": "qwerty"
}