GET
/
api
/
v1
/
search
curl --request GET \
  --url https://app.aegister.com/api/v1/search \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": [],
  "total": 20,
  "data": [
    {
      "type": "organization",
      "extra": {
        "id": 1,
        "title": "Sample Organization",
        "value": "/organizations/edit/1",
        "logo": "https://sample.com/logo.svg"
      }
    }
  ]
}

Authorizations

X-Aegister-Token
string
header
required

Query Parameters

keyword
string

Keyword for item search

Response

200 - application/json

The response is of type object.