Search
Allows one to search for collections. Can be used by users to search for a specific collection on your website.
Query parameters
querystringRequired
Search query string
formbooleanOptional
Flag to determine URL format in response
Responses
200
Returns the search results for collections.
application/json
400
Query parameter is required.
application/json
404
No collections found.
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