{ "operationId": "validateConnectionOptions", "method": "POST", "path": "/check_connection_options", "summary": "BigCommerce Validate connection options", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "response", "example": { "valid": true, "messages": [ { "text": "adipi", "type": "WARNING" }, { "text": "nu", "type": "WARNING" }, { "text": "an", "type": "INFO" } ] } } ] }