A P I essentials
Search Substy documentation
GET
/v1/agencies/{agencyId}/documentation/searchAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
agencyId*string
Length
1 <= lengthQuery Parameters
query*string
Length
1 <= length <= 300limit?integer
Range
1 <= value <= 5Default
3Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agencies/string/documentation/search?query=string" \ -H "Authorization: Bearer YOUR_API_KEY"{ "data": { "articles": [ { "title": "string", "snippet": "string", "url": "http://example.com" } ] }, "meta": { "requestId": "string" }}