Nexus

Nexus APIs

GET /v1/tenants/{tenantId}/clients/{clientId}/enabled-connections

Gets the enabled connections for a specific Auth0 client.

Requires the client.read or client.read.all permission.

Returns all connections that are enabled for the specified Auth0 client. This endpoint retrieves the connections from Auth0's Management API.

Parameters
Name In Required Description
tenantId path Yes The ID of the tenant
clientId path Yes The Auth0 client ID to get enabled connections for
Responses
200
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
Example
[
  {
    "id": "string",
    "name": "string",
    "strategy": "string",
    "displayName": "string"
  }
]
Schema
Name Type Attributes Description Extensions
displayName string nullable
id string nullable
name string nullable
strategy string nullable
400
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
404
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Example
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "status": 0,
  "instance": "string"
}
Schema
Name Type Attributes Description Extensions
detail string nullable
instance string nullable
status integer (int32) nullable
title string nullable
type string nullable
Security

Authentication is required for this operation.

Source: default

Requirements (any one option may satisfy)

  • Bearer and ApplicationToken
  • Basic