Versions Compared

Key

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

...

  1. Create your own API Application

  2. Copy and store in a safe place the "Client Credentials" provided by the PBX

    Image Removed


    Image Added
  3. Configure Postman for Authentication (e.g OAuth 2.0) using the information's received in step 2

    Image Removed


    Image Added


    If everything is correct, Token is exchanged.

    Image RemovedImage Added


    Click on "Use Token" to allow Postman to start using token.

    Image RemovedImage Added
  4. With the System set this way, fill the GET field in Postman to send your test REST request.

    Image Removed


    Image Added
  5. Congratulations! Everything works! You now have the ability to start testing your REST API interaction.