Search

Allows one to search for collections. Can be used by users to search for a specific collection on your website.

get
Query parameters
querystringRequired

Search query string

formbooleanOptional

Flag to determine URL format in response

Responses
200
Returns the search results for collections.
application/json
get
GET /v1/search HTTP/1.1
Host: api.matrica.io
Accept: */*
[
  {
    "title": "text",
    "value": "text",
    "image": "text",
    "type": "collection",
    "id": "text"
  }
]

Last updated