curl --request GET \
--url https://api.wellapp.ai/v1/connectors/{id} \
--header 'Authorization: <authorization>'{
"type": "connector",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"attributes": {
"slug": "salesforce",
"name": "Salesforce",
"description": "Connects to Salesforce CRM for sync.",
"category": "api",
"direction": "import",
"tags": [
"crm",
"cloud",
"sync"
],
"status": "active",
"version": "2.1.0",
"data_quality": {
"imported_fields": [
"invoice",
"company",
"people"
],
"last_synced": "2025-06-20T09:00:00Z"
},
"redirect_url": "https://app.well.com/connectors/salesforce/success",
"state": "active",
"created_at": "2025-10-07T14:30:00.000Z",
"updated_at": "2025-10-07T14:30:00.000Z"
},
"relationships": {
"published_by": {
"data": {
"type": "workspace",
"id": "airbyte"
}
},
"logo": {
"data": {
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010"
}
}
},
"included": [
{
"type": "workspace",
"id": "airbyte",
"attributes": {
"name": "Airbyte",
"description": "Open-source data integration platform",
"website": "https://airbyte.com"
}
},
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010",
"attributes": {
"file_name": "salesforce_logo.png",
"content_type": "image/png",
"file_size": 12345
}
}
]
}Retrieve a specific connector by its unique identifier. This endpoint supports:
Include functionality: Use the include parameter to get detailed relationship data including organization, category, and media information.
Relationship data: Returns complete connector information with all attributes and relationships.
curl --request GET \
--url https://api.wellapp.ai/v1/connectors/{id} \
--header 'Authorization: <authorization>'{
"type": "connector",
"id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"attributes": {
"slug": "salesforce",
"name": "Salesforce",
"description": "Connects to Salesforce CRM for sync.",
"category": "api",
"direction": "import",
"tags": [
"crm",
"cloud",
"sync"
],
"status": "active",
"version": "2.1.0",
"data_quality": {
"imported_fields": [
"invoice",
"company",
"people"
],
"last_synced": "2025-06-20T09:00:00Z"
},
"redirect_url": "https://app.well.com/connectors/salesforce/success",
"state": "active",
"created_at": "2025-10-07T14:30:00.000Z",
"updated_at": "2025-10-07T14:30:00.000Z"
},
"relationships": {
"published_by": {
"data": {
"type": "workspace",
"id": "airbyte"
}
},
"logo": {
"data": {
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010"
}
}
},
"included": [
{
"type": "workspace",
"id": "airbyte",
"attributes": {
"name": "Airbyte",
"description": "Open-source data integration platform",
"website": "https://airbyte.com"
}
},
{
"type": "media",
"id": "550e8400-e29b-41d4-a716-446655440010",
"attributes": {
"file_name": "salesforce_logo.png",
"content_type": "image/png",
"file_size": 12345
}
}
]
}Bearer token for authentication
The unique identifier of the connector to retrieve
Include related resources in the response. Multiple values can be comma-separated.
Connector retrieved successfully
Show child attributes
Show child attributes
"connector"UUID of the created connector
"550e8400-e29b-41d4-a716-446655440000"
Show child attributes
Connector slug used in URLs (system generated if not provided)
255"salesforce"
Connector name
255"Salesforce"
Description of the connector
1000"Connects to Salesforce CRM for sync."
Integration category. See all available categories for complete list.
database, ... "api"
Data flow direction capability
import, export, both "import"
Grouping/search tags
["crm", "cloud", "sync"]Show child attributes
Category connector. See all available categories for complete list.
invoice, company, people ["invoice", "company", "people"]Timestamp of last sync
"2025-06-20T09:00:00Z"
URL to redirect customers after onboarding flow
"https://app.well.com/connectors/salesforce/success"
State included in the redirect URL
"active"
Lifecycle status (system managed)
active, beta, deprecated "active"
Creation timestamp
"2025-10-07T14:30:00.000Z"
Last update timestamp
"2025-10-07T14:30:00.000Z"
Show child attributes
Show child attributes
Object containing included resources referenced in relationships, organized by resource type. These are the actual created/linked resources with real UUIDs.
Show child attributes
Workspaces associated with this company
Show child attributes
Show child attributes
"workspace"UUID of the workspace
Show child attributes
Workspace name
1 - 255Workspace description
1000Avatar color in hexadecimal format (e.g., #FF5733)
External workspace identifier
1 - 255Media files associated with this company
Show child attributes
Show child attributes
"media"UUID of the media
Show child attributes
avatar, logo, banner URL to the media file
Whether this is the primary media
Timestamp when media processing completed