Connection
Get a connection
GET
Authorizations
Path Parameters
The Ampersand project ID or project name.
Query Parameters
Whether to include the credentials in the response. Only access token will be included. Default is false.
Whether to include the refresh token in credentials in the response along with access token. If true, the includeCreds
query parameter will be ignored. Default is false.
Whether to refresh the access token. If value is ifExpired
, the access token will be refreshed only if it has expired. If value is force
, the access token will be refreshed regardless of its expiration.
Available options:
force
, ifExpired
Response
200
application/json
Connection
The response is of type object
.