Get your API key and API base URL
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:
- API Key
The API Key is a 32 digit number that you will send as a header in your request.
- API Base URL
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.
Request the API Key
You can get the API Key by completing the Web form.
To request the API Key
- You will need your Licensed Organization Name, the URL of your tenancy, and your tenant ID.
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.
- Open the Nintex Office 365 API Key Request form.
- Type your Licensed Organization Name.
- Type your Name.
- Type your Email.
- Type the SharePoint Online URL for your tenant e.g. www.yourtenant.sharepointonline.com.
- Type your Tenant ID.
- Select your Tenant Region.
- Click Submit.
Back: Prerequisites for working with the API