REST API Endpoint Implementation

REST API Endpoint Implementation

This topic discusses how to implement an API endpoint application with Nerdio Manager.

Notes:

  • We use Postman in this discussion, but you can implement Nerdio Manager with any API endpoint application you want.

  • The Nerdio Manager API documentation can be found under SettingsIntegrations > REST API.

  • Be sure that you have completed the steps in Getting Started with REST API Integration before you begin here. You must have the value to the Client Secret that was generated in the Getting Started procedure, in order to continue with the endpoint application implementation.

To implement a REST API endpoint application:

  1. In Nerdio Manager, navigate to SettingsIntegrations.

  2. In the REST API tile, next to Postman collection, select download.

    The Postman collection is downloaded to your browser's default download folder.

  3. Unzip the downloaded zip file.

    Two JSON files are now available to be imported.

  4. In Postman, select FileImport.

  5. Select Upload Files, navigate to the folder that contains the two JSON files, and select both JSON files.

  6. In the NME API Quick Start collection, select Get token.

  7. In the Body tab, paste the value of the client_secret.

  8. Select Send.

    If the Send is successful, you receive an Access Token and the return code is 200 OK.

  9. Once you have the Access Token, in the NME API Quick Start collection, select Test API request.

  10. Select Send.

    If the Send is successful, you receive return code 200 OK.

    Note: The NME API Documentation collection is ready to use. See the API documentation in Swagger for a full list of APIs that are available.

Was this article helpful?

0 out of 0 found this helpful
Have more questions? Submit a request

Comments (0 comments)

Please sign in to leave a comment.