Get all configurations
GET {{baseUrl}}/indexing/{{tenant}}/configurations
Retrieves all configurations of index providers. The returned response contains search and write keys.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"searchKey":"\u003cstring\u003e","applicationId":"\u003cstring\u003e","indexName":"\u003cstring\u003e","provider":"ALGOLIA","writeKey":"\u003cstring\u003e"},{"searchKey":"\u003cstring\u003e","applicationId":"\u003cstring\u003e","indexName":"\u003cstring\u003e","provider":"ALGOLIA","writeKey":"\u003cstring\u003e"}]