Back to Rest API

Authentication

The WC Key Manager provides a REST API for listing keys, creating keys, updating keys, retrieving keys, deleting keys, and listing activations. To make API requests, you will need a consumer key and a consumer secret key. Let’s see how to get these keys.

To create or manage keys for a specific WordPress user, navigate to WooCommerce > Settings > Advanced > REST API.

To generate REST API keys, follow these steps:

  1. Click the “Add Key” button.
  2. On the next screen, provide a description and select the WordPress user for whom you want to generate the key.
  3. Choose the access level for the REST API key—Read, Write, or Read/Write access.
  4. Click the “Generate API Key” button. WooCommerce will then generate the REST API keys for the selected user.
  5. Now you will see the  Consumer key and Consumer Secret.

These keys will abide by the WordPress roles and capabilities assigned to that user.

Finally, to work with REST API you need to Enable REST API from the Key Manager > Settings > API.

That’s it your site is ready for the REST API.


Related Docs

Scroll to Top