Connect a platform
API Reference
Connect a platform
Seeds all entity types for the specified platform. When connecting the second platform, entities are automatically reconciled against the first platform’s data.
POST
Connect a platform
Seeds all entity types (projects, customers, contracts, invoices, payments) for the
specified platform. When connecting the second platform, Structural automatically reconciles
entities against the first platform’s data using business keys - check numbers, invoice
numbers, contract numbers.
The response includes a count of seeded entities per type so you can verify the connection
succeeded.
After connecting, use
GET /connections to verify the
platform is active, then GET /objects to read the reconciled
data.Authorizations
API key passed as a Bearer token. Keys are prefixed: sk_demo_* (sandbox),
sk_live_* (production), sk_test_* (staging).
Body
application/json
The platform to connect
Available options:
procore, dynamics Response
Platform connected successfully