Welcome, null
user
User API Key
Using API Key in Postman
To use the generated API key in Postman, follow these steps:
Fetch all Products (Unauthenticated Request)
In the request header, using the bearer-token scheme, add the “Authorization” header with the generated API token as shown below:
Fetch all Products (Authenticated Request)
In the request header, using the bearer-token scheme, add the “Authorization” header with the generated API token:
Fetch all Products (Authenticated Request)
Also, you can add the API token by clicking the Authorization tab in Postman. Select Bearer Token from the dropdown and enter the API token:
Fetch all Products (Authenticated Request)
Now, when you make a request to get all products, it will be granted: