Skip to main content
GET
/
api
/
v1
/
accounts
/
{accountId}
/
search
{
  "results": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "type": "<string>",
      "href": "<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