Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
A list of available Safe Search services.
The unique identifier for the Safe Search service.
Example:
"9aa23e6a-5c3a-4f1e-9a0a-2b2a1e1d8e92"
The name of the service.
Example:
"Google Search"
A description of the service and its options.
A key-value map of available enforcement options. The key is the value to submit, and the value is a human-readable label.
Example:
{
  "strict": "Strict",
  "moderate": "Moderate"
}