post https://example.com/trail-index/api/v1/index/search
Search for the content based on the search parameters defined
Log in to see full request history
Responses
Search for the content based on the search parameters defined
xxxxxxxxxx
curl --request POST \
--url 'https://example.com/trail-index/api/v1/index/search?offset=0&limit=50&sortdir=ASC' \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: