We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f909c7f + 74fc75a commit 5702e79Copy full SHA for 5702e79
source/includes/wp-api-v1/_index.md
@@ -1,10 +1,6 @@
1
# Index #
2
3
-By default WP REST API provides informations about the endpoints available for the site. No authentication is required to access the API index.
4
-
5
-## View Index List ##
6
7
-Retrieve WooCommerce REST API endpoints information.
+By default, the API provides information about all available endpoints on the site. Authentication is not required to access the API index.
8
9
### HTTP Request ###
10
@@ -16,8 +12,7 @@ Retrieve WooCommerce REST API endpoints information.
16
12
</div>
17
13
18
14
```shell
19
-curl https://example.com/wp-json/wc/v1 \
20
- -u consumer_key:consumer_secret
15
+curl https://example.com/wp-json/wc/v1
21
```
22
23
```javascript
0 commit comments