How to get API information

The Interact API requires certain information in order to work, which isn't available through the application. Specifically, this is the tenantguid that uniquely identifies your site in the Interact infrastructure, and the API URL which is used to send requests and interact with the API.

In order to retrieve this information, the simplest way is to hit the /info endpoint in the browser. for example, navigating to https://developer.interactgo.com/info returns the information shown below.

{
"ApiDomain":"us-trials-lb-api-01.interactgo.com",
"AuthMode":"local",
"TenantGuid":"e822a190-a116-4779-ad0a-87631b51898a",
"Name":"developer"
}

This shows the API URL that any requests to the API need to use, as well as the TenantGuid that is required in the headers.