Get Crm Connection Metadata
GET /integrations/crm/connections/{connection_id}/metadata
Who connected this integration, and when.
Carries no credential - the token itself is never returned by this or any other route on this surface.
Authorizations
Parameters
Path Parameters
The CRM connection to act through.
The CRM connection to act through.
Query Parameters
The provider this connection belongs to. A mismatch is a 404.
The provider this connection belongs to. A mismatch is a 404.
Header Parameters
Responses
200
Successful Response
object
One CRM record, or one provider response.
Open-shaped ON PURPOSE. These bodies carry whatever the provider returned, the field set differs between HubSpot, Salesforce, Pipedrive and SugarCRM, and it grows every time one of them ships something. Pinning it would drop whatever a provider reported that this contract had not caught up on - which on a CRM surface means silently hiding the customer’s own data from them.
object
422
Validation Error