How do I use the token while making a request to the Meshery REST API?

I’m testing out the Meshery APIs on Postman. I’ve obtained my token using the Meshery UI. How do I use the token while making a request ?

Steps to test Meshery API with Postman:

  1. Type your prefer Meshery API

  2. Download your token from Meshery UI and copy the token value from the downloaded file.

  3. Navigate to cookies sections of your Postman UI.

  4. Add appropriate cookies.
    Cookie1:

Cookie2:


(You may choose None as well)

Make sure to save your cookie

  1. Then press send button
1 Like

@abdullah1308 helpful?