Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
search
Search for content in your account
curl --request GET \
  --url https://api.example.com/api/v1/accounts/{accountId}/search
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>",
      "href": "<string>",
      "description": "<string>",
      "invitationId": "<string>",
      "status": "<string>",
      "environmentName": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "acceptedAt": "2023-11-07T05:31:56Z",
      "widgetId": "<string>",
      "widgetName": "<string>",
      "widgetType": "<string>",
      "projectId": "<string>"
    }
  ]
}

Path Parameters

accountId
string
required

The unique identifier of the account.

Example:

"decafbad-cafe-4dad-f00d-123456789abc"

Query Parameters

q
string
required

The search query string.

Example:

"example search"

Response

results
object[]
required