N-central Troubleshooting
How to pull the Registration Tokens from N-able N-central server using the API
Last Modified
Tue Sep 08 15:24 GMT 2020
Description
- How to pull the Registration Tokens from N-able N-central server via the API
Environment
- N-able N-central
Solution
- For details on how to use the API, please append the following to the end of your server address:
- /dms/javadoc_ei2/com/nable/nobj/ei2/ServerEI2_PortType.html#customerList-java.lang.String-java.lang.String-java.util.List
- For example:
- https://ncentral.server.com/dms/javadoc_ei2/com/nable/nobj/ei2/ServerEI2_PortType.html#customerList-java.lang.String-java.lang.String-java.util.List
- This here will give you the details on how to use the CustomerList API call, which has the customer.registrationtoken key.
- For more information on how to use the API, please see the article below: