Skip to content Skip to main navigation Skip to footer

2. Example Postman

In postman you should first retrieve a bearer, and then you can use the api’s.

Get Bearer

IMPORTANT!!! This is a simple example. You should use variables in Postman since it is considere more safe.

  1. Change the request to Post
  2. Enter the URL (https://api.ubidogy.com/api/getToken
  3. Add the jsonbody (username/apikey) and CLICK SEND
  4. Retrieve the token

Get content

Now you just open a new tab, and enter the URL that you want to use

  1. Choose GET (if it is a post request, then choose post of course)
  2. Enter the URL
  3. Choose Authorization
  4. Choose Bearer Token
  5. Enter the token form the getToken request
  6. Press Send
  7. And in the output you now have a nice Json formatted result.

Was This Article Helpful?

0
0 Comments

There are no comments yet

Leave a comment

Your email address will not be published. Required fields are marked *