Appearance
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
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON "id": "string", "name": "string", "platform": "string", "base_url": "string", "media_base_url": "string", "status": "string", "has_credentials": true, "last_connected_at": "string", "created_at": "string", "updated_at": "string", "project_count": 0
{
}