Connections
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the team whose connections will be retrieved.
22Specifies the type of the connections to return details for. The connection type is defined in the accountName property and you can get it from the Get connection details endpoint.
{"value":"airtable2"}Allows utilizing the scopes check. The particular connection type (<connectionType>) should be one of the types specified in the type[] parameter. The values are the scopes to check for the given connection type. You can send multiple <connectionType> values with corresponding arrays to check multiple connection types scopes at once. The result of the check is reflected in the scoped property of the returned connection object.
{"value":["requestedScope","anotherRequestedScope"]}Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The unique ID of the team whose connections will be retrieved.
1The connection name. The name must be at most 128 characters long and does not need to be unique.
The connection type corresponding to the connected app. For some connection types, this property may require providing additional properties in the request body, such as clientId and clientSecret, in order to authorize the connection and make it functional.
The connection scope determining the module use. The format and number of available scopes vary depending on the accountType parameter.
Entity-tier visibility of the created connection. With locked the connection is restricted to its access list from the moment it is created, with the creator as its sole admin. Requires the Locked connections feature to be enabled for the organization; otherwise the request fails with IM903 (HTTP 400). When the access list cannot be provisioned, the request fails with HTTP 422 and the connection is not created. Omitted or team, the connection is visible to the whole team.
teamPossible values: Successful response
The accountVisibility value is invalid (IM005), or accountVisibility: locked was sent while the Locked connections feature is not enabled for the organization (IM903, returned while the web_api_locked_connections feature flag is off).
The access list of a locked connection could not be provisioned (IM016). The connection is not created — the request can be retried.
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The request body has to contain the parameters listed in the response from the API call GET /connections/{connectionId}/editable-data-schema and the new values associated with them.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Confirms the deletion if the connection is included in at least one scenario. Confirmation is required because the scenario will stop working without the connection. If the parameter is missing or it is set to false an error code is returned and the resource is not deleted.
trueSuccessful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The updated connection name. The name must be at most 128 characters long and does not need to be unique.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128The array with IDs of the scopes for a given connection. The scope ID of a specific connection can be retrieved from the Get connection details endpoint.
Successful response
Successful response
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Successful response
The Locked connections feature is not enabled for the organization (IM903, returned while the web_api_locked_connections feature flag is off).
The caller is not allowed to lock the connection (IM002) — not the author, or missing the account edit permission on a legacy connection without an author.
The connection does not exist (IM304).
Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.
If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.
The ID of the connection. You can get connection ID's of all your connections with the the List connections endpoint.
128Successful response
The Locked connections feature is not enabled for the organization (IM903, returned while the web_api_locked_connections feature flag is off).
The caller is not an admin of the locked connection (IM002).
The connection does not exist (IM304).
Last updated

