Skip to main content
POST
Create Connection Group

Authorizations

Authorization
string
header
required

Enter your API key as the username. Leave the password field blank. Example: curl -u YOUR_API_KEY: https://api.xplenty.com/...

Headers

Accept
string
default:application/vnd.xplenty+json; version=2
required

API version header — required on all requests

Body

application/json
connection_group
object
required
connections
object[]

Connections to attach to the new group.

Response

201 - application/vnd.xplenty+json; version=2

Connection group created

id
integer
name
string
description
string | null
account_id
integer
modified_by
object

User who last modified the group.

connections
object[]

Database and cloud storage connections assigned to this group.

created_at
string<date-time>
updated_at
string<date-time>
Last modified on July 14, 2026