Appearance
Test store connection
POST
/api/v1/store-connections/{connection_id}/test
Tests connectivity to the external store by making a live API call. Updates the connection status to active on success or error on failure.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
connection_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON "success": true, "message": "string", "store_name": "string", "media_base_url": "string"
{
}