get https://production.rutterapi.com/connections
Returns all active connections for your Rutter account.
Response Properties
Connection Object vs Connections Object
This API uses a
connections
object (plural) whereas the other connection APIs use aconnection
object (singular).
Property | Type | Description |
---|---|---|
connections | object[] | Array of connections. |
id | string | The Rutter ID of the connection. This value is a UUID generated by Rutter that uniquely identifies a connection regardless of the platform. |
access_token | string | Our APIs use access tokens when making API calls for an established business connection. This is obtained by exchanging the public token for an access token using our Exchange Token API. See Token Exchange for more information on the exchange flow. |
platform | string | The platform associated to this connection (e.g. Shopify). See our supporting Commerce Platforms or Accounting Platforms pages for the platform enumeration. |
link_url | string | This is a unique and stable link that can be sent to a business to authenticate their business to Rutter. |
created_at | string | The ISO 8601 timestamp the connection is established |
updated_at | string | The last ISO 8601 timestamp the order was updated. |