GET
/
category
/
safe_search
List Safe Search Options
curl --request GET \
  --url https://api.altostrat.io/content/category/safe_search \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "options": {
      "TRUE": "strict.bing.com"
    }
  }
]

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Response

200
application/json

A list of safe search services.

The response is of type object[].