You are here: Home > API Reference > Platform > Search Feature > Get search data

Get search data

Get search data

GET
https://api.applivery.io/v1/search

Request

Send your API key in the request header authorization
Example: Authorization: Bearer <token>

search string
required
≤ 256 characters
noCached boolean
optional

Responses

200 Response application/json
status boolean optional
data array [object] optional
{
    "status": true,
    "data": [
        {}
    ]
}
401 Response application/json
status boolean optional
false
error object optional
code number optional
4004
message string optional
Invalid Token
{
    "status": false,
    "error": {
        "code": 4002,
        "message": "No auth token"
    }
}
Was this page helpful?