Applicazioni
List the Organization's Application Connections (no credentials)
GET
/api/v1/applications/connectionsHai bisogno di una chiave API dell'organizzazione con la capability member.
Authorization
apiKey AuthorizationBearer <token>
In: header
Query Parameters
provider?string
Filtra per provider dell'applicazione.
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" }}