Nexus211 API

Base URL

For United States:

https://api.nexus211.com

For Canada

https://api.ca.nexus211.com

Authentication

To get started, make sure you have an application ID and secret with the correct scopes. You can read this page to get additional information: Create & Manage Applications

You can authenticate your requests using Basic Authentication scheme.

Authorization: Basic ZGVtbzpwQDU1dzByZA==
  • Username: Your application's ID key

  • Password: Your application's secret key

To learn more about Basic Authentication, read herearrow-up-right.