| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**This is a BETA API -- This API may change unexpectedly.**

This api is only accessible with an Oauth 2.0 client.

### Parameters

- **page**  
  int32  
  ≥ 0  
  Defaults to 0  
  The page number for pagination (0-indexed).

- **pageSize**  
  int32  
  1 to 100  
  Defaults to 10  
  The number of items per page.

- **q**  
  string  
  required  
  The search query for keyword search.

- **types**  
  string  
  required  
  Comma-separated list of types to search within (for example, `user,page`).

- **pageGroupId**  
  string  
  Page group ID to limit the search within a specific page group.

# Responses

# ``200      Successful response with keyword search results.

# ``400      Bad request, e.g., invalid parameters or missing query.

``401

Unauthorized - missing or invalid authentication token.

``500

Internal Server Error.

### Example

## Curl Request

```bash
curl --request GET \
     --url 'https://api.happeo.com/beta/search/keyword?page=0&pageSize=10' \
     --header 'accept: application/json'
```

Click `Try It!` to start a request and see the response here! Or choose an example:

application/json

``200``400

Updated 3 months ago
