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 Settings > Integrations > 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:
In Nerdio Manager, navigate to Settings > Integrations.
-
In the REST API tile, next to Postman collection, select download.
The Postman collection is downloaded to your browser's default download folder.
-
Unzip the downloaded zip file.
Two JSON files are now available to be imported.
In Postman, select File > Import.
Select Upload Files, navigate to the folder that contains the two JSON files, and select both JSON files.
In the NME API Quick Start collection, select Get token.
In the Body tab, paste the value of the client_secret.
-
Select Send.
If the Send is successful, you receive an Access Token and the return code is 200 OK.
Once you have the Access Token, in the NME API Quick Start collection, select Test API request.
-
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.
Comments (0 comments)