v1Ressources/Connexions/getLister les applications connectées
Lister les applications connectées
Renvoie les applications professionnelles (CRM et autres outils tiers) que votre agence a connectées via Pipedream. Elles sont valables pour toute l'agence — une clé limitée à des clients spécifiques voit malgré tout la liste complète, puisqu'il n'existe pas de propriété par client d'une connexion d'application.
get
connections:read/api/v1/connections/appsParamètres de requête
appSlugstringfacultatif
Restreint les résultats à une seule application, par son slug.
Réponse
dataobjectfacultatif
connectionsarray of objectfacultatif
Les applications professionnelles connectées via Pipedream.
appstringfacultatif
Le slug identifiant de l'application.
appNamestringfacultatif
Nom d'affichage de l'application.
accountstringfacultatif
Étiquette du compte connecté au sein de cette application, ou null.
statusstringfacultatif
Statut de connexion actuel.
errorstringfacultatif
La dernière erreur de connexion, ou null.
connectedAtstringfacultatif
Date de connexion de cette application, au format horodatage ISO 8601.
lastCheckedAtstringfacultatif
Date de dernière vérification de santé de cette connexion, au format horodatage ISO 8601, ou null.
countnumberfacultatif
Nombre total d'applications connectées correspondant à la requête.
Erreurs
401Clé API manquante, invalide, expirée ou révoquée.
403La clé n'a pas la permission requise, ou n'est pas autorisée pour ce client/établissement.
429Trop de requêtes. Réessayez après le nombre de secondes indiqué dans l'en-tête Retry-After.
get/api/v1/connections/apps
Votre clé API
appSlug
{
"data": {
"connections": [],
"count": 0
}
}Guides qui utilisent cette ressource
- What Is a Business Listings API?A business listings API manages a business's name, address, hours and more across many publishers at once, with sync status and duplicate detection built in.
- Business Listings API: Complete Developer GuideHow a business listings API works and how to create, update, sync and monitor locations across Google, Apple, Bing and directories with the Synup API.
- Google Business Profile API vs a Listings Management APIHow Google's Business Profile API compares with a listings management API on scope, access, sync status, duplicates and reviews, and when to use each.
- How to Add Local Marketing Features to Your SaaSAdd listings management, reviews, Google posts, profile analytics, rank tracking and AI visibility to a SaaS product with the Synup API, tenant by tenant.
- How to Update Business Information Across Google, Apple, Bing and DirectoriesPush one business-information change to Google, Apple, Bing and the directory network through a single API call, and verify it reached each publisher.
- How to Manage Thousands of Business Locations via APIDesign a sync job for thousands of locations on the Synup API with cursor pagination, tags, rate-limit handling, an id map and rollup health checks.
- How Google Business Profile Synchronization WorksGoogle Business Profile sync rests on an owner's OAuth consent, matching a location to the right Google listing, then a write-and-verify loop.
- How to Build a Multi-Location Marketing DashboardBuild a multi-location marketing dashboard from the API's rollup endpoints, one call per panel, covering listings, reviews, rank, AI visibility and duplicates.
- How to Connect and Manage Google Business Profiles via APIConnect a Google Business Profile to a location, match the account's listings, keep the profile in sync and handle reconnects with the Synup API.
- Building Publisher Integrations Directly vs Using SynupWhat it really costs to integrate Google, Apple, Bing and directories yourself, versus one API, and how to decide between them or combine both.