Skip to content

Get store connection

GET
/api/v1/store-connections/{connection_id}

Retrieves a single store connection by ID, including the count of projects currently linked to it.

Authorizations

HTTPBearer
Type
HTTP (bearer)

Parameters

Path Parameters

connection_id*
Type
string
Required
Format
"uuid"

Responses

Successful Response

application/json
JSON
{
"id": "string",
"name": "string",
"platform": "string",
"base_url": "string",
"status": "string",
"has_credentials": true,
"last_connected_at": "string",
"created_at": "string",
"updated_at": "string",
"project_count": 0
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

XC AI Content Automation