Use case 1: E-Commerce API Request Header Transformation
You want to enhance the security of your e-commerce API by implementing a custom security
header, X-Api-Consumer-Secret
, in the incoming requests. This header must
carry an API secret key and be present in all requests. You can use this header to authorize
API requests.
Before you begin
Ensure that you have:
- Manage APIs or Activate/Deactivate APIs functional privilege. If you are an Administrator, you would have this privilege by default.
- A sample REST API file to create an API using the importer. For example, ConsumerAPI.
To transform the API request header