Skip to main content
GET
Get a list of available connections for connected accounts

Autorisations

Authorization
string
header
requis

Bearer and DPoP tokens are supported depending on the API configuration

En-têtes

x-correlation-id
string

A client-provided unique identifier for a single operation, used to correlate the request across Auth0 systems. The value is surfaced under references.correlation_id in tenant logs and echoed back on the response's x-correlation-id header. Invalid or oversized values are silently dropped and replaced by a generated UUID v4. Avoid including personally identifiable information (PII).

traceparent
string

A W3C Trace Context header used to correlate the request across distributed traces. When supplied, the inbound trace is continued and a fresh child span is echoed back on the response's traceparent header; the trace ID is also surfaced under references.trace_id in tenant logs. Malformed values are ignored.

Paramètres de requête

from
string

Cursor for pagination - start retrieving results from this point

take
integer
défaut:10

Number of results to return (1-20)

Plage requise: x >= 1

Réponse

Successfully retrieved available connections

connections
object[]
requis
Maximum array length: 20
next
string

The token to retrieve the next page of connections (if there is one)