List destinations a table could export to
Every connected integration whose SDK can write records, with the object types it can write and the actions — create, update, upsert — each type supports.
Costs no network calls: capabilities are read off the SDK class, not a live connection, so an integration with expired credentials still appears here (carrying its recorded health) and fails later with a message about its credentials.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful Response
The connection's last recorded health — 'healthy', 'warning' or 'error' — or None when it has never been checked. A broken connection is shown greyed, never hidden.
The provider's icon, or None.
Provider slug, e.g. 'postgresql'.
The connection's display name.
The record types this connection can write, with their actions.