This topic describes how to get the API Key and API base URL in order to use the Nintex Office 365 API.
You will need two pieces of information in order to use the API:
The API Key is a 32 digit number that you will send as a header in your request.
The API Base URL is for the API. This is different than your tenant URL and you can construct your API Base URL by using your tenant name in the domain and changing sharepoint.com to nintexo365.com, for example yourtenant.sharepoint.com to yourtenant.nintexo365.com.
You can get the API Key by completing the Web form.
To request the API Key
You can find the tenant ID in the About Nintex window which can be accessed from the Workflow designer or Forms designer ribbon. Open the designer, and then click Help, and select About.
Back: Prerequisites for working with the API
Next: Create your authentication token