Create connection
Create a new connection for the caller.
Authorizations
Enter your JWT token
Body
The connection creation payload, including the connection name and application slug.
Request body for creating a connection.
Slug of the application to connect to.
Display name for the new connection.
Identifier of the authentication method to use.
Connection field values, keyed by field name.
Optional description of the connection.
Optional additional connection metadata, keyed by name.
Response
The newly created connection.
Public-shape detail for /api/DeveloperAPI/v1/Connections/{id} and create/update responses.
Identifier of the connection.
Display name of the connection.
Slug of the connection's application.
Whether the connection is shared/public.
Identifier of the user who created the connection.
When the connection was created.
Description of the connection.
Display name of the connection's application.
URL of the application's logo image.
Identifier of the user who last updated the connection; null if never updated.
When the connection was last updated; null if never updated.
Identifier of the authentication method used by the connection.
Name of the authentication type used by the connection.
Connection field values, keyed by field name (sensitive values may be masked).
Whether the connection uses selected database objects.
Last connection error message, if any.
Whether the connection is currently healthy/reachable.
Additional connection metadata, keyed by name.