Skip to main content
Manage Organization Connections via new endpoints and attributes is in Early Access as part of the My Organization API and Embeddable UI Components. By using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. To learn more about Auth0’s product release cycle, read Product Release Stages.
When working with Auth0 Organizations programmatically, you may need to retrieve a list of connections for an Organization. You can view the connections associated with an Organization using either the or the .

Auth0 Dashboard

  1. Navigate to Auth0 Dashboard > Organizations, and select the organization.
  2. Select the Connections view.

Management API

Make a GET call to the Get Organization Connections endpoint. Be sure to replace the ORG_ID and MGMT_API_ACCESS_TOKEN placeholder values with your organization ID and Management API , respectively.
Find Your Auth0 DomainIf your Auth0 domain is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus .auth0.com. For example, if your tenant name were travel0, your Auth0 domain name would be travel0.us.auth0.com. (If your tenant were in the US and created before June 2020, then your domain name would be https://travel0.auth0.com.)If you are using custom domains, this should be your custom domain name.

Response status codes

Possible response status codes are as follows: