Public Configuration

Get all public configurations

get

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: 16Required

The tenant that the caller is acting upon.

Please note that this value is always lowercase.

Pattern: ^[a-z][a-z0-9]+$
Responses
200Success
application/json
get
/indexing/{tenant}/public/configurations

Get public configuration

get

Retrieves 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: 16Required

The tenant that the caller is acting upon.

Please note that this value is always lowercase.

Pattern: ^[a-z][a-z0-9]+$
providerstringRequired

Provider name. Currently supported providers: ALGOLIA

Responses
200

OK

application/json
get
/indexing/{tenant}/public/configurations/{provider}

Last updated

Was this helpful?