Checks if the user gave consent to the application of the user data collection scope for a specific OAuth 2.0 client.
OK
Bad Request
Not Found
Unprocessable Entity
Too Many Requests
{- "client_id": "string",
- "scope": "string"
}
{- "approval": true,
- "refused_scopes": [
- "string"
]
}