Public Configuration
Retrieves all configurations of index providers. The returned response contains only search keys. Write keys are not returned.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : Needed to read an index provider configuration
- : Needed to manage an index provider configuration
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$Responses
200Success
application/json
401
Unauthorized
get
/indexing/{tenant}/public/configurationsRetrieves a single public configuration by a provider name. Currently supported providers:
Algolia - https://www.algolia.com
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Available scopes:
- : Needed to read an index provider configuration
- : Needed to manage an index provider configuration
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
The tenant that the caller is acting upon.
Please note that this value is always lowercase.
^[a-z][a-z0-9]+$providerstringRequired
Provider name. Currently supported providers: ALGOLIA
Responses
200
OK
application/json
401
Given request is unauthorized - the authorization token is invalid or has expired. Details will be provided in the response payload.
application/json
404
Resource has not been found.
application/json
get
/indexing/{tenant}/public/configurations/{provider}Last updated
Was this helpful?

