Get a platform group's connection to a 3rd Party Application
This endpoint can be used by your server to retrieve an access token for a group's connection to a 3rd party application. It will automatically refresh expired access tokens if the corresponding service supports it.
If the group has not been provisioned, the endpoint will return a 404
status code.
If no users in the group have enabled the connection, the enabled
parameter of the connection
will be false
.
If a user in the group has enabled the connection, but no access token is available, the access_token
parameter of the authorization
will be empty, and the status
parameter will be something other than active
(most commonly error
).
If multiple users in the group have enabled the connection, the endpoint will return the "healthiest" connection (i.e. prefer connections that are enabled
and `active).
See the Retrieving Access Tokens Guide for examples of how to use this endpoint.