Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using Postman GUI application

...

Postman is a powerful HTTP client for testing web services.Get Postman from here

  1. Launch Postman and create a GET request
    Compose the request by specifying webPA service IP, Device MAC & request parameter.
    Image Added


  2. Add an authorization token (This token should match with the one configured with webPA server-end components.
    Click on Authorization tab and select bearer token as Type
    Image Added


  3. Send the API request to webPA server & check the result
    Image Added

Using console command

AUTH_TOKEN       : Basic base64 encoded auth token or SAT (if enabled).

...