Consent Admin APIs
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Body
idstringOptional
subject_idstringOptional
org_idstringOptional
project_idstringOptional
app_idstringOptional
client_idstringOptional
session_idstringOptional
timestampstring · date-timeOptional
skippedbooleanOptional
scopesstring[]Optional
experimentsstring[]Optional
ipstringOptional
Responses
200
OK
No content
401
Unauthorized
*/*
post
/consent/admin/auditNo content
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
agreementIdstringRequired
Responses
200
OK
No content
401
Unauthorized
*/*
post
/consent/admin/{userId}/agreements/{agreementId}No content
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
agreementIdstringRequired
Responses
200
OK
No content
401
Unauthorized
*/*
delete
/consent/admin/{userId}/agreements/{agreementId}No content
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
appIdstringRequired
Responses
200
OK
No content
401
Unauthorized
*/*
delete
/consent/admin/{userId}/apps/{appId}No content
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
appIdstringRequired
scopestringRequired
Responses
200
OK
No content
401
Unauthorized
*/*
delete
/consent/admin/{userId}/apps/{appId}/scopes/{scope}No content
Authorizations
OAuth2authorizationCodeRequiredToken URL:
An OIDC service account that was authenticated.
Path parameters
userIdstringRequired
experiment_idstringRequired
Responses
200
OK
No content
401
Unauthorized
*/*
delete
/consent/admin/{userId}/experiments/{experiment_id}No content
Last updated