Ciele
Applications

List the Organization's Application Connections (no credentials)

GET/api/v1/applications/connections

Nécessite une clé API d'organisation dotée de la capacité member.

AuthorizationBearer <token>

In: header

Query Parameters

provider?string

Filtrer par fournisseur d'application.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/applications/connections"
{  "data": [    {      "error": "string",      "id": "string",      "provider": "salesforce",      "name": "string",      "scopes": [        "string"      ],      "ownerMemberId": null,      "status": "error",      "ownerType": "member",      "providerAccountId": null,      "lastConnectedAt": null,      "createdAt": "string",      "updatedAt": "string"    }  ]}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}
{  "error": {    "code": "string",    "message": "string"  }}