List all of a platform user's enabled connections to 3rd Party Applications
This endpoint can be used by your server to retrieve all the enabled connections associated with a context. It will include for those connections the status of their current authorization to the 3rd party application.
The endpoint does not return access credentials for the 3rd party APIs (e.g. OAuth access tokens). To get the credentials, you should get a specific connection instead, for example via Get Connection by slug.
If the context does not exist, the endpoint will return a 404
status code.
If a connection has been enabled for this context, but the connection is in an error state (e.g. it has been deauthorized), the enabled
parameter will be true
, but the authorization
will have a status
which is error
. An authorization in a good state will have a status of active
.