Get a connection by ID
curl --request GET \
--url https://api.cloud.flexprice.io/v1/connections/{id} \
--header 'x-api-key: <api-key>'{
"created_at": "<string>",
"created_by": "<string>",
"environment_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"provider_type": "flexprice",
"status": "published",
"sync_config": {
"deal": {
"inbound": true,
"outbound": true
},
"invoice": {
"inbound": true,
"outbound": true
},
"payment": {
"inbound": true,
"outbound": true
},
"plan": {
"inbound": true,
"outbound": true
},
"quote": {
"inbound": true,
"outbound": true
},
"subscription": {
"inbound": true,
"outbound": true
}
},
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}Enter your API key in the format x-api-key <api-key>*
Connection ID
OK
flexprice, stripe, s3, hubspot, razorpay, chargebee, quickbooks published, deleted, archived Show child attributes
curl --request GET \
--url https://api.cloud.flexprice.io/v1/connections/{id} \
--header 'x-api-key: <api-key>'{
"created_at": "<string>",
"created_by": "<string>",
"environment_id": "<string>",
"id": "<string>",
"metadata": {},
"name": "<string>",
"provider_type": "flexprice",
"status": "published",
"sync_config": {
"deal": {
"inbound": true,
"outbound": true
},
"invoice": {
"inbound": true,
"outbound": true
},
"payment": {
"inbound": true,
"outbound": true
},
"plan": {
"inbound": true,
"outbound": true
},
"quote": {
"inbound": true,
"outbound": true
},
"subscription": {
"inbound": true,
"outbound": true
}
},
"tenant_id": "<string>",
"updated_at": "<string>",
"updated_by": "<string>"
}