Access key

Configure access-key authentication for the Custom dictionary and Style guide APIs.

Access key is an optional authentication mechanism for selected API endpoints.

It is used for:

You can also enforce it for all API commands.

That requires an API gatewayarrow-up-right.

The gateway must add the access key to every request.

circle-exclamation

Configure access key in AppServerX.xml.

Follow the safe edit workflow in Editing AppServerX.xml.

<Authentication>
	<!-- Manually create and enter a unique access key for using the custom dictionary and style guide API.
	It must be at least 20 characters, comprising upper and lower case letters and digits. -->
	<AccessKey></AccessKey>
	<!-- You can enable access key for all API commands here. -->
	<UseAccessKeyForAllCommands>false</UseAccessKeyForAllCommands>
</Authentication>

Last updated

Was this helpful?